From a8c05c59aa6a2deca707449582a1f2abb5dd2fc9 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Tue, 27 Jul 2004 07:41:03 +0000 Subject: [PATCH] Get rid of the CFLAGS with traditional-cpp, it compiles fine without. --- games/adventure/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/adventure/Makefile b/games/adventure/Makefile index adf5256bf1..9e31160c38 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -1,11 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/12/93 # $FreeBSD: src/games/adventure/Makefile,v 1.7.6.1 2001/04/25 09:28:42 ru Exp $ -# $DragonFly: src/games/adventure/Makefile,v 1.3 2004/03/22 20:57:30 dillon Exp $ +# $DragonFly: src/games/adventure/Makefile,v 1.4 2004/07/27 07:41:03 asmodai Exp $ 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.nx setup.no -- 2.41.0