Re-generated Makefiles

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

View File

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

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

View File

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