diff options
author | ru <ru@FreeBSD.org> | 2001-06-13 15:05:55 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-13 15:05:55 +0000 |
commit | 086630c576392797f494de067ba6ca5608875b1a (patch) | |
tree | e0ed5f2d549d7242b28c0674a9ec3bc2aae0d0df /games | |
parent | a5389d379b3f2f00ab8db9a84daaf9ed3a99075c (diff) | |
download | FreeBSD-src-086630c576392797f494de067ba6ca5608875b1a.zip FreeBSD-src-086630c576392797f494de067ba6ca5608875b1a.tar.gz |
Axe -traditional-cpp that behaves badly with -nostdinc and WARNS=2.
Diffstat (limited to 'games')
-rw-r--r-- | games/adventure/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile index a6404e7..b98ceed 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -4,7 +4,6 @@ PROG= adventure SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c MAN= adventure.6 -CFLAGS+=-traditional-cpp HIDEGAME=hidegame CLEANFILES=data.c setup setup.o |