]> sourceware.org Git - glibc.git/commitdiff
Makefile (extra-objs): New.
authorAndreas Jaeger <aj@suse.de>
Sat, 10 Feb 2001 22:44:39 +0000 (22:44 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 10 Feb 2001 22:44:39 +0000 (22:44 +0000)
2001-02-10  Andreas Jaeger  <aj@suse.de>

* Makefile (extra-objs): New.

iconv/Makefile
linuxthreads/ChangeLog
linuxthreads/Makefile

index c0bb2a0f3bef3d1d00691b7899f551f5fd63d291..214941b91e818dcda40fb01b8e87a91de7e7d981 100644 (file)
@@ -38,6 +38,7 @@ vpath %.c ../locale/programs
 
 iconv_prog-modules = iconv_charmap charmap charmap-dir linereader \
                     dummy-repertoire simple-hash xstrdup xmalloc
+extra-objs        = $(iconv_prog-modules:=.o)
 CFLAGS-iconv_prog.c = -I../locale/programs
 CFLAGS-iconv_charmap.c = -I../locale/programs
 CFLAGS-dummy-repertoire.c = -I../locale/programs
index 3086b63971348dff157edd0f80113a1ae64ca552..0f6ce4725d9ca40484a771df9132d1457d9e27db 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-10  Andreas Jaeger  <aj@suse.de>
+
+       * Makefile (extra-objs): New.
+
 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/pthread/pt-initfini.c (call_initialize_minimal): Add
index 9c80a0088c4164f6b5c8e6ad9377e99dfbbb7831..a3bd5d16ae516502b31e63cdb316c3130b9081b4 100644 (file)
@@ -48,6 +48,7 @@ include ../Makeconfig
 
 ifeq ($(build-shared),yes)
 before-compile := $(objpfx)crti.o
+extra-objs = crti.o
 
 CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions
 endif
This page took 1.996829 seconds and 5 git commands to generate.