You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
469 B

diff -r -U1 gcl.orig/makefile gcl/makefile
--- gcl.orig/makefile 2014-10-23 23:29:00.000000000 +0200
+++ gcl/makefile 2016-02-17 18:10:29.871808118 +0100
@@ -267,3 +267,3 @@
$(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"cmponly.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\
- $(CC) -E -I./$(HDIR) - |\
+ $(CC) -E -P -I./$(HDIR) - |\
$(AWK) '/^\-\-\-$$/ {i=1;next} {if (!i) next} {gsub("\"","");print}' >$@