diff options
-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 |
index : forks/busybox | ||
Busybox tree with Carbs Linux patches |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Rules.mak | 2 |
@@ -190,7 +190,7 @@ ifeq ($(strip $(DOSTATIC)),true) LDFLAGS += --static endif -ifndef $(PREFIX) +ifeq ($(strip $(PREFIX)),) PREFIX:=`pwd`/_install endif |