From d929664ab5b621e8990d797769e4233a5caf3791 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 18:10:51 +0000 Subject: * Makerules [install-lib-non.a]: Find these things with $(objpfx) instead of $(common-objpfx). --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') 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) -- cgit 1.4.1