projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18921bd
)
Ivan Popov noticed that handling of PREFIX was bad.
author
Eric Andersen
<andersen@codepoet.org>
Sat, 26 Oct 2002 10:17:24 +0000
(10:17 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 26 Oct 2002 10:17:24 +0000
(10:17 -0000)
-Erik
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index 357529d1ad33b04527a2562b17b4f7fd03383ea0..f6022dc4d7bcb5e743ae55ec9143894083aa1dbf 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-190,7
+190,7
@@
ifeq ($(strip $(DOSTATIC)),true)
LDFLAGS += --static
endif
-if
ndef $(PREFIX
)
+if
eq ($(strip $(PREFIX)),
)
PREFIX:=`pwd`/_install
endif