summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-13 18:10:51 +0000
committerRoland McGrath <roland@gnu.org>1996-05-13 18:10:51 +0000
commitd929664ab5b621e8990d797769e4233a5caf3791 (patch)
tree8a0a32cb4dd0883c5fa3a11c35f5570762e021dc /Makeconfig
parent7da3079b4234a9a2de56d3b72674177e71c8dccd (diff)
* Makerules [install-lib-non.a]: Find these things with $(objpfx)
instead of $(common-objpfx).
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
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)