diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makeconfig | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,6 @@ * Makeconfig (%.v.i, %.v): Move these pattern rules outside of [$(build-shared = yes]. - (%.v.i): Filter out %.def prerequisites too. 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com> @@ -878,7 +878,7 @@ subdir-srcdirs = $(foreach dir,$(subdirs),\ # (but no commands). %.v.i: $(common-objpfx)config.h $(..)Makeconfig sed '/^[ ]*%/!s/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \ - $(filter-out FORCE %.h %.def $(..)Makeconfig,$^) \ + $(filter-out FORCE %.h $(..)Makeconfig,$^) \ | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \ > $@T mv -f $@T $@ |