From: Ulrich Drepper Date: Thu, 19 Apr 2001 16:21:58 +0000 (+0000) Subject: Put specs into $generated, not $postclean-generated. X-Git-Tag: upstream/2.30~23206 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b35a2da19eb7b598a88cc6daf4ad06d6c5615dd;p=external%2Fglibc.git Put specs into $generated, not $postclean-generated. --- diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile index b5c34a9..50b4ee3 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile +++ b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile @@ -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