Major update.

committer: mfx <mfx> 977228692 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-19 12:24:52 +00:00
parent d4975136be
commit 4071b94d04
3 changed files with 243 additions and 132 deletions
+2 -1
View File
@@ -3,13 +3,14 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 13 Dec 2000
VERSION_DATE = 20 Dec 2000
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING.*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
TRIMSPACE = cat
TRIMSPACE = sed -e 's/ *$$//'
BUILT_SOURCES = upx.1 upx.doc upx.html upx.man upx.ps upx.tex
BUILT_SOURCES = upx.1 upx.doc upx.html upx.man
###