Put specs into $generated, not $postclean-generated.

This commit is contained in:
Ulrich Drepper 2001-04-19 16:21:58 +00:00
parent 03b9ce8bae
commit 0b35a2da19
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ifeq ($(subdir),linuxthreads)
# it would normally find 32bit crti.o.
LDFLAGS-pthread.so += -specs=$(objpfx)specs
before-compile += $(objpfx)specs
postclean-generated += $(subdir)specs
generated += specs
$(objpfx)specs:
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@
endif