1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Update doc/Makefile.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-12-19 23:23:59 +01:00
parent 61652a2989
commit 6e6aa6fd6d

View File

@ -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
# /***********************************************************************
# //