Small Makefile updates.

committer: mfx <mfx> 1138080320 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-01-24 05:25:20 +00:00
parent 4ecfff4d8d
commit 9c0f1b02a7
2 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
# UPX Makefile - needs GNU make 3.80 or better
#
SHELL = /bin/sh
.SUFFIXES:
MAKEFLAGS += -rR
.SUFFIXES:
export SHELL = /bin/sh
override e = $($1) $(EXTRA_$1) $(upx_$1) $($(basename $(notdir $@)).$1)
srcdir ?= $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))