Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2009-06-16 23:56:07 +00:00
parent 6f94b17f42
commit 753c4f20cf

View File

@ -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 \