summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-04-25 16:23:46 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-04-25 16:23:46 +0000
commit8d09ff93ed3b537e9d027fee64b26cf3a99c6538 (patch)
treeb54edeca1757b1cfc749fb14a2861fec95716e9d /Makefile.am
parentff95c57897cfdac2193b1434231593ae8d862ac0 (diff)
downloadvte-8d09ff93ed3b537e9d027fee64b26cf3a99c6538.tar.gz
Uncomment the tag target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bbeea3e2..72f9a4e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ pkgconfig_DATA = vte.pc
CVSTAG=$(shell echo $(PACKAGE)-$(VERSION) | sed 's,[\.\-],_,g')
tag:
- : cvs tag -cFR $(CVSTAG) .
+ cvs tag -cFR $(CVSTAG) .
archive:
root=`cat CVS/Root` ; \