diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-14 17:14:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-14 17:14:55 +0000 |
commit | aa802e964f8d45d993f6c3171faa83e422f21957 (patch) | |
tree | 11193a81515bb3a55563172f3433ede5378b44c7 /Makefile | |
parent | 310b3460e0740903996b838e9f9f5842c579cb0f (diff) | |
download | glibc-aa802e964f8d45d993f6c3171faa83e422f21957.tar.gz glibc-aa802e964f8d45d993f6c3171faa83e422f21957.tar.xz glibc-aa802e964f8d45d993f6c3171faa83e422f21957.zip |
Update.
1998-04-14 Ulrich Drepper <drepper@cygnus.com> * Makefile: Include makeconfig before defining rule to regenerate configure files. * configure.in: Remove restriction on compiling without static libs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |