From aa802e964f8d45d993f6c3171faa83e422f21957 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Apr 1998 17:14:55 +0000 Subject: Update. 1998-04-14 Ulrich Drepper * Makefile: Include makeconfig before defining rule to regenerate configure files. * configure.in: Remove restriction on compiling without static libs. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d9e98fed5..923a81ec81 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,8 @@ ifneq (,) This makefile requires GNU Make. endif +include Makeconfig + # This is the default target; it makes everything except the tests. .PHONY: all @@ -48,8 +50,6 @@ endif configure: configure.in aclocal.m4; $(autoconf-it) %/configure: %/configure.in aclocal.m4; $(autoconf-it) -include Makeconfig - ifndef avoid-generated -include $(objpfx)sysd-dirs define \n -- cgit v1.2.3