From dfb09e46d05aad94994750a151a5641a54f482b9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 4 Sep 2007 20:55:43 +0000 Subject: rename install target as install_old --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5554d65..57bec6d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1