From 6e6aa6fd6d711458056357eb9b879ab53b3b9dc4 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 19 Dec 2016 23:23:59 +0100 Subject: [PATCH] Update doc/Makefile. --- doc/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index c1bfd499..98bb8fe5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ # -# UPX doc Makefile - needs GNU make 3.80 or better +# UPX doc Makefile - needs GNU make 3.81 or better # MAKEFLAGS += -rR @@ -12,14 +12,6 @@ empty := space := $(empty) $(empty) tab := $(empty) $(empty) -# update $PATH for our special stub build tools -ifneq ($(wildcard $(HOME)/local/bin/bin-upx/.),) -export PATH := $(HOME)/local/bin/bin-upx:$(PATH) -endif -ifneq ($(wildcard $(HOME)/bin/bin-upx/.),) -export PATH := $(HOME)/bin/bin-upx:$(PATH) -endif - # /*********************************************************************** # //