aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5104df1..2c0311d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,6 @@ SBINREL = ../sbin
SUBDIRS = po
localedir = $(prefix)/usr/share/locale
-override CFLAGS += -DPACKAGE=\"$(NAME)\" -DPACKAGE_NAME=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
-
all: userdrake
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done