Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2010-07-04 14:12:05 +00:00
parent c5cad3b22d
commit 4b24e693e6

View File

@ -18,9 +18,9 @@ distclean:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
dist:
$(RM) -r $(PACKAGE)-$(VERSION)
$(LN) -s . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
$(RM) -r -- $(PACKAGE)-$(VERSION)
$(LN) -s -- . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz -- \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/deforaos-build.sh \
$(PACKAGE)-$(VERSION)/src/deforaos-update.sh \
@ -36,7 +36,7 @@ dist:
$(PACKAGE)-$(VERSION)/targets/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/project.conf
$(RM) $(PACKAGE)-$(VERSION)
$(RM) -- $(PACKAGE)-$(VERSION)
install: all
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done