From 4b24e693e6174a579e24441a199da848550702d1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 4 Jul 2010 14:12:05 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ba90803..c0cef25 100644 --- a/Makefile +++ b/Makefile @@ -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