cleaner syntax, more portable
[tridge/junkcode.git] / genstruct / Makefile
index a100eba4be5a5cb37b51cde6f35307c5231abc03..e7e95cb2d5d7f3b4c5a5db0ef750f95a1695bca5 100644 (file)
@@ -4,7 +4,7 @@ CC=gcc
 all: test
 
 parse_info.h: test.h
-       ./genstruct.pl -o parse_info.h -- $(CC) -E $(CFLAGS) test.c
+       ./genstruct.pl -o parse_info.h $(CC) -E $(CFLAGS) test.c
 
 test: parse_info.h test.o genparser.o 
        $(CC) $(CFLAGS) -o test test.o genparser.o