From 3c163822d88105450806fdb6a29fdfc2511267d1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Oct 1999 22:16:57 +0000 Subject: Fixed cp -[aR] and some other stuf. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59d648512..3069c0711 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M") # Comment out the following to make a debuggable build # Leave this off for production use. -DODEBUG=true +#DODEBUG=true #This will choke on a non-debian system ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` -- cgit v1.2.3