diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,9 +15,6 @@ RPM=$(HOME)/rpm #override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\" -all: transfug_oe -# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done - transfug_oe: transfug_oe.o $(CC) $(CFLAGS) -o transfug_oe transfug_oe.o @@ -26,7 +23,7 @@ clean: rm -f core transfug_oe *~ for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done -install: all +install_old: transfug_oe $(MAKE) -C po $@ install -d $(RPM_BUILD_ROOT)/usr/{X11R6/bin/,share/icons,/bin} install -d $(RPM_BUILD_ROOT)/usr/sbin |