diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 01:08:42 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 01:08:42 +0000 |
commit | cf5e4b82c18863a2b5a76648eed1dd18a8e10947 (patch) | |
tree | 0384ced0260638ad512a83bffae4e8495320a381 /Makerules | |
parent | cd1e4095bdf95269a70ded0c94cab7ed54bdfb9b (diff) | |
download | uClibc-alpine-cf5e4b82c18863a2b5a76648eed1dd18a8e10947.tar.bz2 uClibc-alpine-cf5e4b82c18863a2b5a76648eed1dd18a8e10947.tar.xz |
Build libc if in a subdir and we have it as a dependency
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |