diff options
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 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 |