From a41bb52014f150bda0f7567495f34599bd1a56a7 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 15 Jun 2006 18:03:24 +0200 Subject: [PATCH] Updated comments. --- src/stub/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index 1f7aefad..364145c1 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -1,9 +1,11 @@ # -# UPX stub Makefile (needs GNU make 3.81 or better) +# UPX stub Makefile - needs GNU make 3.81 or better # # see http://upx.sourceforge.net/download/tools/ # for required build tools # +# also please read README.SRC +# MAKEFLAGS += -rR .SUFFIXES: @@ -12,6 +14,11 @@ export SHELL = /bin/sh # GNU make 3.81 .SECONDEXPANSION: +# update $PATH for our special stub build tools +ifneq ($(wildcard $(HOME)/local/bin/bin-upx),) +export PATH := $(HOME)/local/bin/bin-upx:$(PATH) +endif + # /*********************************************************************** # // @@ -95,11 +102,6 @@ override T = $(basename $(notdir $@)) # // setup toolchain globals # ************************************************************************/ -# update path for our special stub build tools -ifneq ($(wildcard $(HOME)/local/bin/bin-upx),) -export PATH := $(HOME)/local/bin/bin-upx:$(PATH) -endif - # default settings for $(tc_list) tc.default.bin2h = python $(srcdir)/scripts/bin2h.py tc.default.brandelf = perl -w $(srcdir)/scripts/brandelf.pl