Merge branch 'bug/use-cppflags'
This commit is contained in:
@@ -150,7 +150,7 @@ parsetagx.o: html.c
|
|||||||
|
|
||||||
funcname.tab: $(DEFUNS)
|
funcname.tab: $(DEFUNS)
|
||||||
(echo '#define DEFUN(x,y,z) x y';\
|
(echo '#define DEFUN(x,y,z) x y';\
|
||||||
sed -ne '/^DEFUN/{p;n;/^[ ]/p;}' $(DEFUNS)) | $(CPP) - | \
|
sed -ne '/^DEFUN/{p;n;/^[ ]/p;}' $(DEFUNS)) | $(CPP) $(CPPFLAGS) - | \
|
||||||
awk '$$1 ~ /^[_A-Za-z]/ { \
|
awk '$$1 ~ /^[_A-Za-z]/ { \
|
||||||
for (i=2;i<=NF;i++) { print $$i, $$1} \
|
for (i=2;i<=NF;i++) { print $$i, $$1} \
|
||||||
}' > $@.tmp
|
}' > $@.tmp
|
||||||
|
Reference in New Issue
Block a user