diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-09 12:59:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-09 12:59:45 +0000 |
commit | ffdeb51cd331f8a5e0a45d36712e6ed9e04bd98c (patch) | |
tree | 7413a357b445118582642f3405a996637df414cb | |
parent | 73ebffadad02f8f4147950a93ebc74a9e5d5fba3 (diff) |
- cut down on attempted pattern rule matches
-rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -286,6 +286,7 @@ CFLAGS-.oS+=$(PICFLAG) -DSHARED %.i: %.S FORCE ; $(compile.i) %.s: %.c FORCE ; $(compile.s) %.s: %.S FORCE ; $(compile.s) +%.dep: $(top_builddir)lib/interp.c: | $(sub_headers) $(Q)$(INSTALL) -d $(dir $@) |