public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Depfiles fix for linuxhtreads
@ 2003-06-09 20:41 Andreas Schwab
  2003-06-10  2:24 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2003-06-09 20:41 UTC (permalink / raw)
  To: libc-hacker

This makes sure that the depfile for libc-tsd.os is actually being
used.

Andreas.

2003-06-09  Andreas Schwab  <schwab@suse.de>

	* Makefile: Move inclusion of ../Rules down after extra-objs is
	fully known.

--- linuxthreads/Makefile.~1.76.~	2003-05-05 22:25:20.000000000 +0200
+++ linuxthreads/Makefile	2003-06-09 22:33:33.000000000 +0200
@@ -121,7 +121,7 @@ ifeq (yes,$(build-shared))
 tests-nodelete-yes = unload
 endif
 
-include ../Rules
+all: # Make this the default target; it will be defined in Rules.
 
 # What we install as libpthread.so for programs to link against is in fact a
 # link script.  It contains references for the various libraries we need.
@@ -204,6 +204,8 @@ else
 libc-link.so = $(common-objpfx)libc.so
 endif
 
+include ../Rules
+
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
 # This ensures they will load libc.so for needed symbols if loaded by
 # a statically-linked program that hasn't already loaded it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Depfiles fix for linuxhtreads
  2003-06-09 20:41 Depfiles fix for linuxhtreads Andreas Schwab
@ 2003-06-10  2:24 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-06-10  2:24 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: libc-hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Schwab wrote:
> This makes sure that the depfile for libc-tsd.os is actually being
> used.

Thanks, I've applied it.

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+5UEX2ijCOnn/RHQRAoD5AKCkrU02rFXxCp85xBGyxrp+gmMB7wCeIPQ6
ECbgbHwwhyGAJWj4Zsp/EDE=
=ocSi
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-10  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-09 20:41 Depfiles fix for linuxhtreads Andreas Schwab
2003-06-10  2:24 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).