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:
d9b6b84
)
- patch from Robert P. J. Day to use filter instead of findstring.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 15 May 2006 10:04:50 +0000
(10:04 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 15 May 2006 10:04:50 +0000
(10:04 -0000)
libbb/Makefile.in
patch
|
blob
|
history
diff --git
a/libbb/Makefile.in
b/libbb/Makefile.in
index 91ff771cf320c6177ed0a73bbcbbaeeb1ad1f9b0..7d1686d908a1c9532e9fb8f9d469ac30f5daa69b 100644
(file)
--- a/
libbb/Makefile.in
+++ b/
libbb/Makefile.in
@@
-116,10
+116,10
@@
LIBBB_AR:=$(LIBBB_DIR)/libbb.a
libraries-y+=$(LIBBB_AR)
needcrypt-y:=
-ifneq ($(fi
ndstring
$(srcdir)/pw_encrypt.c,$(LIBBB-y)),)
+ifneq ($(fi
lter
$(srcdir)/pw_encrypt.c,$(LIBBB-y)),)
needcrypt-y:=y
else
-ifneq ($(fi
ndstring
$(srcdir)/correct_password.c,$(LIBBB-y)),)
+ifneq ($(fi
lter
$(srcdir)/correct_password.c,$(LIBBB-y)),)
needcrypt-y:=y
endif
endif