From 9e6ab1a4418445efa4081065080c59e4ab7b1ae7 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Fri, 11 Jan 2008 17:28:44 +0000 Subject: - typo fix in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 293aa6b..0e1d23f 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ changelog: export: rm -fr $(PACKAGE)-$(VERSION) - svn export `svn info | grep '^URL' | awk '{print $2}'` $(PACKAGE)-$(VERSION) + svn export `svn info | grep '^URL' | awk '{print $$2}'` $(PACKAGE)-$(VERSION) svntag: svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION) -- cgit v1.2.1