From 0e197b417ae104d1c02139e899af810a867be42f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 17 Jan 2009 18:47:37 +0000 Subject: Tidy a few warnings. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa0204f2..96102b77 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.95 2009-01-17 18:38:12 nicm Exp $ +# $Id: Makefile,v 1.96 2009-01-17 18:47:36 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -11,7 +11,7 @@ REL!= uname -r DATE!= date +%Y%m%d-%H%M # This must be empty as OpenBSD includes it in default CFLAGS. -DEBUG= +#DEBUG= META?= \002 # C-b -- cgit