diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-12-22 14:41:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-12-22 14:41:43 +0000 |
commit | b1bca3aa6d401b53c65b7dfec75ace4aa543674d (patch) | |
tree | 76644182e463a0559a5300538b2da8c97d747dc1 /mdk-stage1/Makefile | |
parent | 85e803d061b840c3fd1434baef9e247f34e9123c (diff) | |
download | drakx-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/Makefile | 2 |
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) |