summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-04-27 21:29:55 +0000
committerJakub Jelinek <jakub@redhat.com>2006-04-27 21:29:55 +0000
commit0ad70fc14340d1e3ac2976014766c6eb6d5d3715 (patch)
tree31c5833023f6399a6bada4016306a5a417461ed7 /Makeconfig
parent9b356005b4dca9c57af7cb1f5313a13a728c6310 (diff)
Updated to fedora-glibc-20060427T2122
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig
index 1f4b62822a..87f8ba7fbe 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -783,8 +783,7 @@ ifeq (yes, $(build-shared))
# (but no commands).
%.v.i: $(common-objpfx)config.h
sed '/^[ ]*#/d;s/^[ ]*%/#/' $(filter-out FORCE %.h,$^) \
- | $(CC) -E -undef $(CPPFLAGS) \
- -DASSEMBLER -x assembler-with-cpp - \
+ | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
> $@T
mv -f $@T $@
%.v: %.v.i