From 185748891d275ddd92e009799e66e7d08d9eed59 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 2 Sep 2009 17:34:39 -0400 Subject: Fix typo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 171ffff2..4de8e59a 100644 --- a/Makefile +++ b/Makefile @@ -146,7 +146,7 @@ tag: @git tag -a -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" -archive: clean sytnax-check tag changelog +archive: clean syntax-check tag changelog @git archive --format=tar --prefix=initscripts-$(VERSION)/ HEAD > initscripts-$(VERSION).tar @mkdir -p initscripts-$(VERSION)/ @cp ChangeLog initscripts-$(VERSION)/ -- cgit v1.2.1