From 7ca61b6f3379bf66b446617b8834d92c13b366dd Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 15 Jan 2006 14:04:57 +0000 Subject: - shared libbusybox. - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. --- findutils/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'findutils') diff --git a/findutils/Makefile.in b/findutils/Makefile.in index 2dcb702e8..418f43a38 100644 --- a/findutils/Makefile.in +++ b/findutils/Makefile.in @@ -17,6 +17,11 @@ FINDUTILS-$(CONFIG_XARGS) += xargs.o libraries-y+=$(FINDUTILS_DIR)$(FINDUTILS_AR) +FINDUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(FINDUTILS-y)) +FINDUTILS_SRC-a:=$(wildcard $(srcdir)/*.c) +APPLET_SRC-y+=$(FINDUTILS_SRC-y) +APPLET_SRC-a+=$(FINDUTILS_SRC-a) + $(FINDUTILS_DIR)$(FINDUTILS_AR): $(patsubst %,$(FINDUTILS_DIR)%, $(FINDUTILS-y)) $(AR) $(ARFLAGS) $@ $(patsubst %,$(FINDUTILS_DIR)%, $(FINDUTILS-y)) -- cgit v1.2.3