OSDN Git Service

- cut down on attempted pattern rule matches
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 9 Oct 2008 12:59:45 +0000 (12:59 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 9 Oct 2008 12:59:45 +0000 (12:59 -0000)
Makerules

index f19a456..2b2d9b4 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -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 $@)