Re-generated Makefiles

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

View File

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

@ -49,7 +49,7 @@ clean:
distclean: clean
$(RM) -- $(TARGETS)
install: all
install: $(TARGETS)
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 -- configure $(DESTDIR)$(BINDIR)/configure