From b1bca3aa6d401b53c65b7dfec75ace4aa543674d Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 22 Dec 2000 14:41:43 +0000 Subject: use a #define for Linux-Mandrake following fclara's require --- mdk-stage1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index d4a3f2798..26e12c860 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -28,7 +28,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH)) CFLAGS = -Os -Wall -Werror -fomit-frame-pointer INCLUDES = -I. -DEFS = -D_GNU_SOURCE=1 -DVERSION=\"$(VERSION)\" +DEFS = -DVERSION=\"$(VERSION)\" COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CFLAGS) -- cgit v1.2.1