From 3a84644b70ac7d14ab4e13bd2f4d957f10c53f62 Mon Sep 17 00:00:00 2001 From: kraxel Date: Wed, 29 Mar 2006 16:32:02 +0000 Subject: 64bit fixes --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index d682df0..06a37fc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ include mk/Variables.mk # add our flags + libs -CFLAGS += -DVERSION='"$(VERSION)"' +CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"' # build TARGETS := xenlog -- cgit