diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-19 16:21:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-19 16:21:58 +0000 |
commit | 0b35a2da19eb7b598a88cc6daf4ad06d6c5615dd (patch) | |
tree | 697e3c7891e7be6ecdce0257e8a6bba9de59d34f /linuxthreads | |
parent | 03b9ce8baede436993bcce46adf7e32d261786f2 (diff) | |
download | glibc-0b35a2da19eb7b598a88cc6daf4ad06d6c5615dd.tar.gz glibc-0b35a2da19eb7b598a88cc6daf4ad06d6c5615dd.tar.xz glibc-0b35a2da19eb7b598a88cc6daf4ad06d6c5615dd.zip |
Put specs into $generated, not $postclean-generated.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile index b5c34a9696..50b4ee38fb 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 |