Update Makefiles.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-03-09 07:59:50 +01:00
parent f07cea0b79
commit 56a35649fe
12 changed files with 30 additions and 23 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ empty :=
space := $(empty) $(empty)
tab := $(empty) $(empty)
ifneq ($(findstring $(firstword $(MAKE_VERSION)),3.79 3.79.1 3.80),)
ifneq ($(findstring $(firstword $(MAKE_VERSION)),3.77 3.78 3.78.1 3.79 3.79.1 3.80),)
$(error GNU make 3.81 or better is required)
endif
@@ -29,7 +29,7 @@ endif
ifndef top_srcdir
top_srcdir := $(srcdir)/../..
endif
-include $(top_srcdir)/Makevars.global ./Makevars.local
include $(wildcard $(top_srcdir)/Makevars.global ./Makevars.local)
# update $PATH for our special stub build tools
ifneq ($(wildcard $(HOME)/local/bin/bin-upx/.),)