From: Eric Andersen Date: Sat, 26 Oct 2002 10:17:24 +0000 (-0000) Subject: Ivan Popov noticed that handling of PREFIX was bad. X-Git-Tag: 0_60_5~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=12f834ccfcb2a290f07092db19edeff8d9c7ab38;p=oweals%2Fbusybox.git Ivan Popov noticed that handling of PREFIX was bad. -Erik --- diff --git a/Rules.mak b/Rules.mak index 357529d1a..f6022dc4d 100644 --- a/Rules.mak +++ b/Rules.mak @@ -190,7 +190,7 @@ ifeq ($(strip $(DOSTATIC)),true) LDFLAGS += --static endif -ifndef $(PREFIX) +ifeq ($(strip $(PREFIX)),) PREFIX:=`pwd`/_install endif