diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ check: changelog: @rm -f ChangeLog - git-log --stat > ChangeLog + git log --stat > ChangeLog clean: make clean -C src @@ -143,7 +143,7 @@ tag: @echo "Tagged as $(TAG)" archive: clean check tag changelog - @git-archive --format=tar --prefix=initscripts-$(VERSION)/ HEAD > initscripts-$(VERSION).tar + @git archive --format=tar --prefix=initscripts-$(VERSION)/ HEAD > initscripts-$(VERSION).tar @mkdir -p initscripts-$(VERSION)/ @cp ChangeLog initscripts-$(VERSION)/ @tar --append -f initscripts-$(VERSION).tar initscripts-$(VERSION) |