aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9d778a4..7c6aa29 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,6 @@ SUBDIRS = po
localedir = $(prefix)/usr/share/locale
RPM=$(HOME)/rpm
-#override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
-
all:
for d in $(SUBDIRS); do make -C $$d $@; done
@@ -36,8 +34,6 @@ install_old: transfug_oe
install -s -m755 transfug_oe $(RPM_BUILD_ROOT)/usr/bin/
mkdir -p $(RPM_BUILD_ROOT)/usr/lib/libDrakX
install -s $(NAME).pm $(RPM_BUILD_ROOT)/usr/lib/libDrakX/
-# install -m644 pixmaps/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/
-# install -m644 pixmaps/*.png $(RPM_BUILD_ROOT)/usr/share/icons/
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
install: