diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ ifeq ($(strip $(DOSTATIC)),true) | |||
190 | LDFLAGS += --static | 190 | LDFLAGS += --static |
191 | endif | 191 | endif |
192 | 192 | ||
193 | ifndef $(PREFIX) | 193 | ifeq ($(strip $(PREFIX)),) |
194 | PREFIX:=`pwd`/_install | 194 | PREFIX:=`pwd`/_install |
195 | endif | 195 | endif |
196 | 196 | ||