diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-13 18:10:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-13 18:10:51 +0000 |
commit | d929664ab5b621e8990d797769e4233a5caf3791 (patch) | |
tree | 8a0a32cb4dd0883c5fa3a11c35f5570762e021dc /Makeconfig | |
parent | 7da3079b4234a9a2de56d3b72674177e71c8dccd (diff) | |
download | glibc-d929664ab5b621e8990d797769e4233a5caf3791.tar.gz glibc-d929664ab5b621e8990d797769e4233a5caf3791.tar.xz glibc-d929664ab5b621e8990d797769e4233a5caf3791.zip |
* Makerules [install-lib-non.a]: Find these things with $(objpfx)
instead of $(common-objpfx).
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 5936f237ad..d871789e28 100644 --- a/Makeconfig +++ b/Makeconfig @@ -92,7 +92,7 @@ sysdep-configures = $(foreach dir,$(config-sysdirs),\ $(patsubst %.in,%,\ $(firstword $(wildcard \ $(dir)/configure \ - $(dir)/configure.in))) + $(dir)/configure.in)))) # Force the user to configure before making. $(common-objpfx)config.status: $(..)configure $(sysdep-configures) |