Browse Source

- cut down on attempted pattern rule matches

Bernhard Reutner-Fischer 16 years ago
parent
commit
ffdeb51cd3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makerules

+ 1 - 0
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 $@)