aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd06c9be..6331a381 100644
--- a/Makefile
+++ b/Makefile
@@ -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)