diff --git a/Makefile b/Makefile index f2cf031..ba90803 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PACKAGE = scripts VERSION = 0.0.0 SUBDIRS = src targets RM = rm -f -LN = ln -sf +LN = ln -f TAR = tar -czvf @@ -19,7 +19,7 @@ distclean: dist: $(RM) -r $(PACKAGE)-$(VERSION) - $(LN) . $(PACKAGE)-$(VERSION) + $(LN) -s . $(PACKAGE)-$(VERSION) @$(TAR) $(PACKAGE)-$(VERSION).tar.gz \ $(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/src/deforaos-build.sh \