diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-23 00:32:58 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-23 00:32:58 +0000 |
commit | 6c5c6be0b11f373002662812af1a6e2928ac2165 (patch) | |
tree | dea2c516d3059d3559b2e83162594c2bbd74ed45 | |
parent | 78563c797350651f5dcf05c20e696f50be99b893 (diff) |
patsubst didn't occur for all cases correctly
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ $(interp): $(top_builddir)lib/interp.c $(Q)$(STRIPTOOL) -x -R .note -R .comment $@ $(ldso): - cd $(top_builddir); $(MAKE) $(patsubst $(top_builddir)%.$(MAJOR_VERSION),%,$@) + cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@)) #ifeq ($(HAVE_ELF),y) CRT=crt1 |