From 4d439c8ce17e2bbb6adc3fa7a111bfe35c4bb19e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 4 Sep 2007 21:02:00 +0000 Subject: simplify --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6f598cb..d7d62f1 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,8 @@ transfug_oe: transfug_oe.o $(CC) $(CFLAGS) -o transfug_oe transfug_oe.o clean: - $(MAKE) -C po $@ rm -f core transfug_oe *~ - for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done + for d in $(SUBDIRS); do make -C $d $@; done install_old: transfug_oe $(MAKE) -C po $@ -- cgit v1.2.1