Minor Makefile updates.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-16 21:14:58 +01:00
parent c73da864c8
commit 6e5153cd07
5 changed files with 14 additions and 8 deletions
+2 -1
View File
@@ -25,7 +25,7 @@ endif
# //
# ************************************************************************/
top_srcdir = ..
top_srcdir ?= ..
PACKAGE = upx
VERSION_DATE := $(shell sed -n 's/^.*UPX_VERSION_DATE_ISO .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
@@ -81,4 +81,5 @@ mostlyclean clean distclean maintainer-clean:
###
$(BUILT_SOURCES): $(top_srcdir)/src/version.h $(MAKEFILE_LIST)
.DELETE_ON_ERROR: $(BUILT_SOURCES)