Changed CPP rule per patch from Ralf Corsepius.

This commit is contained in:
Joel Sherrill
1998-05-20 17:01:04 +00:00
parent 603d706083
commit 5dd4212fec
2 changed files with 2 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ CLOBBER_CC =
#
# CPP command to write file to standard output
CPP=$(CC) -E
CPP=$(CC) -E -ansi -w -Wp,-$$
# flags set by cc when running cpp
CPP_CC_FLAGS=-D__STDC__