Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2011-01-27 00:02:04 +00:00
parent c94ac10681
commit b914eabd1f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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