Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2011-02-03 04:15:27 +00:00
parent dea5783dcc
commit 5f5c0928b8
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,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

@ -6,7 +6,7 @@ clean:
distclean: clean
install: all
install:
uninstall:

View File

@ -6,7 +6,7 @@ clean:
distclean: clean
install: all
install:
uninstall: