Skip to content

Commit

Permalink
* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
Browse files Browse the repository at this point in the history
	since it sets the variables we use in a -D switch.
  • Loading branch information
Roland McGrath committed Aug 2, 2002
1 parent 8102f4f commit 656f822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2002-08-02 Roland McGrath <roland@frob.com>

* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
since it sets the variables we use in a -D switch.

2002-08-02 Roland McGrath <roland@redhat.com>

* posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
Expand Down
1 change: 1 addition & 0 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)

# interp.c exists just to get this string into the libraries.
CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"'
$(objpfx)interp.os: $(common-objpfx)config.make

ifneq (ld.so,$(rtld-installed-name))
# Make sure ld.so.1 exists in the build directory so we can link
Expand Down

0 comments on commit 656f822

Please sign in to comment.