Fixed dist creation

This commit is contained in:
Pierre Pronchery 2006-11-01 20:03:52 +00:00
parent 32c0bf3d72
commit a0f02612b7

View File

@ -1,6 +1,7 @@
PACKAGE = libSystem
VERSION = 0.0.0
SUBDIRS = src include
RM = rm -f
LN = ln -sf
TAR = tar -czvf
@ -17,7 +18,7 @@ distclean:
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done
dist:
$(RM) $(PACKAGE)-$(VERSION)
$(RM) -r $(PACKAGE)-$(VERSION)
$(LN) . $(PACKAGE)-$(VERSION)
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
$(PACKAGE)-$(VERSION)/src/appclient.c \