summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrichard <richard>2016-08-28 13:15:13 +0000
committerrichard <richard>2016-08-28 13:15:13 +0000
commit70986436903d4df51240c0f2941e2cd18ae57d18 (patch)
treea2482a0aa8971858ed657019fb4d06cdf8812a77 /shells
parent3e5096855b4eebe88fbc161d2285fd5d20517d9a (diff)
downloadpkgsrc-70986436903d4df51240c0f2941e2cd18ae57d18.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