summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-22 14:41:43 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-22 14:41:43 +0000
commitb1bca3aa6d401b53c65b7dfec75ace4aa543674d (patch)
tree76644182e463a0559a5300538b2da8c97d747dc1 /mdk-stage1/Makefile
parent85e803d061b840c3fd1434baef9e247f34e9123c (diff)
downloaddrakx-backup-do-not-use-b1bca3aa6d401b53c65b7dfec75ace4aa543674d.tar
drakx-backup-do-not-use-b1bca3aa6d401b53c65b7dfec75ace4aa543674d.tar.gz
drakx-backup-do-not-use-b1bca3aa6d401b53c65b7dfec75ace4aa543674d.tar.bz2
drakx-backup-do-not-use-b1bca3aa6d401b53c65b7dfec75ace4aa543674d.tar.xz
drakx-backup-do-not-use-b1bca3aa6d401b53c65b7dfec75ace4aa543674d.zip
use a #define for Linux-Mandrake following fclara's require
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
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)