aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Bothamy <cbothamy@users.sourceforge.net>2003-08-17 13:24:24 +0000
committerChristophe Bothamy <cbothamy@users.sourceforge.net>2003-08-17 13:24:24 +0000
commit5cc1326c2c8001b6252d898171661fdafc971001 (patch)
treeaaa5b7cfeb98d80fedd16adaeb3ceb8ed6e2ce28
parent3f4f870418c6cb261c6e93186420e02601d6ef66 (diff)
downloadvgabios-5cc1326c2c8001b6252d898171661fdafc971001.tar.gz
- fix Makefile for "release" target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4945df..2b85c46 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LDFLAGS =
RELEASE = `pwd | sed "s-.*/--"`
RELDATE = `date '+%d %b %Y'`
-RELVERS = `pwd | sed "s-.*/--" | sed "s/vgabios// | sed s/-//"`
+RELVERS = `pwd | sed "s-.*/--" | sed "s/vgabios//" | sed "s/-//"`
VGABIOS_DATE = "-DVGABIOS_DATE=\"$(RELDATE)\""