summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 01:08:42 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 01:08:42 +0000
commitcf5e4b82c18863a2b5a76648eed1dd18a8e10947 (patch)
tree0384ced0260638ad512a83bffae4e8495320a381 /Makerules
parentcd1e4095bdf95269a70ded0c94cab7ed54bdfb9b (diff)
Build libc if in a subdir and we have it as a dependency
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makerules b/Makerules
index ec126bfb4..6eb33827f 100644
--- a/Makerules
+++ b/Makerules
@@ -141,6 +141,9 @@ $(interp): $(top_builddir)lib/interp.c
$(ldso):
cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
+$(libc):
+ cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
+
#ifeq ($(HAVE_ELF),y)
CRT=crt1
#else