Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2011-01-27 02:18:20 +00:00
parent 59792df1d6
commit 8dbcda78ad
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ dist:
$(PACKAGE)-$(VERSION)/project.conf
$(RM) -- $(PACKAGE)-$(VERSION)
install: all
install:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done
uninstall:

View File

@ -31,7 +31,7 @@ clean:
distclean: clean
$(RM) -- $(TARGETS)
install: all
install: $(TARGETS)
uninstall: