Ivan Popov noticed that handling of PREFIX was bad.

-Erik
This commit is contained in:
Eric Andersen 2002-10-26 10:17:24 +00:00
parent 18921bd00d
commit 12f834ccfc

View File

@ -190,7 +190,7 @@ ifeq ($(strip $(DOSTATIC)),true)
LDFLAGS += --static
endif
ifndef $(PREFIX)
ifeq ($(strip $(PREFIX)),)
PREFIX:=`pwd`/_install
endif