summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-08-28 13:15:13 +0000
committerrichard <richard@pkgsrc.org>2016-08-28 13:15:13 +0000
commitd1f8edc32c54fa70c1b7a12025bec2eea07dd40b (patch)
treecf87b654819579ee2e3fce0c4941361ab2cee2d3 /shells
parent92dadee729f8fa9aa883de66cbe4eafd86ded47b (diff)
downloadpkgsrc-d1f8edc32c54fa70c1b7a12025bec2eea07dd40b.tar.gz
Use '$(CPP) -P' to inhibit generation of linemarkers foiling siglist.sh
Noticed on aarch64-linux-gnu with gcc5.3
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/files/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/pdksh/files/Makefile.in b/shells/pdksh/files/Makefile.in
index e9d18fa97b9..b70255296ee 100644
--- a/shells/pdksh/files/Makefile.in
+++ b/shells/pdksh/files/Makefile.in
@@ -135,7 +135,7 @@ config.status: configure
# two steps to prevent the creation of a bogus siglist.out
siglist.out: config.h sh.h siglist.in siglist.sh
- $(srcdir)/siglist.sh "$(CPP) $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
+ $(srcdir)/siglist.sh "$(CPP) -P $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
mv tmpsiglist.out siglist.out
# two steps to prevent the creation of a bogus emacs.out