mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Fix last change.
This commit is contained in:
parent
7e80ddb824
commit
90f42071e3
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user