Put specs into $generated, not $postclean-generated.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Apr 2001 16:21:58 +0000 (16:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Apr 2001 16:21:58 +0000 (16:21 +0000)
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile

index b5c34a9..50b4ee3 100644 (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