Use UPX_VERSION_DATE_ISO from src/version.h.

committer: mfx <mfx> 1142527194 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-03-16 16:39:54 +00:00
parent 033c8d5d51
commit cdaf36572a
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,12 @@
MAKEFLAGS += -rR
.SUFFIXES:
SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 12 Mar 2006
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
PACKAGE = upx
VERSION_DATE := $(shell sed -n 's/^.*UPX_VERSION_DATE_ISO .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
TRIMSPACE = cat
TRIMSPACE = sed -e 's/ *$$//'
@ -64,5 +66,3 @@ maintainer-clean: distclean
$(BUILT_SOURCES): $(top_srcdir)/src/version.h Makefile
.NOEXPORT: