diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ ifeq ($(strip $(DOSTATIC)),true) LDFLAGS += --static endif -ifndef $(PREFIX) +ifeq ($(strip $(PREFIX)),) PREFIX:=`pwd`/_install endif |