From 143aa718e5958b9c7b539657d02c476a43270dad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 4 May 2009 17:58:27 +0000 Subject: Space trimmage mega-diff. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4e71042..c7a025bb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.129 2009-04-30 21:17:06 nicm Exp $ +# $Id: Makefile,v 1.130 2009-05-04 17:58:25 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -104,7 +104,7 @@ DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES FAQ \ CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log compat/*.o index.html -CPPFLAGS:= ${INCDIRS} ${CPPFLAGS} +CPPFLAGS:= ${INCDIRS} ${CPPFLAGS} .c.o: ${CC} ${CPPFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} -- cgit