summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-05 12:59:31 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-05 12:59:31 -1000
commit10ce3c76b170bc16fab99a9135a88b06eb70c31f (patch)
tree946581a6ca502be1fc3310b196fb878062434a99 /loader
parent293ee1e80b1afd902f44f82c610a289bb1167b41 (diff)
downloadanaconda-10ce3c76b170bc16fab99a9135a88b06eb70c31f.tar.gz
anaconda-10ce3c76b170bc16fab99a9135a88b06eb70c31f.tar.xz
anaconda-10ce3c76b170bc16fab99a9135a88b06eb70c31f.zip
We already have _GNU_SOURCE defined in Makefile.inc
Do not define _GNU_SOURCE in loader/Makefile again.
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile
index 25dfb649a..e83d0f25e 100644
--- a/loader/Makefile
+++ b/loader/Makefile
@@ -65,7 +65,7 @@ SOURCES = $(subst .o,.c,$(OBJS)) loader.c
LIBS +=
-CFLAGS += -DUSE_LOGDEV -DVERSION='"$(VERSION)"' -D_GNU_SOURCE
+CFLAGS += -DUSE_LOGDEV -DVERSION='"$(VERSION)"'
REALCC=gcc
# linuxrc + shutdown on s390, init everywhere else