From 5fbd343d8c6a9f3fc2e7026e909a5a63371d8692 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell <thomas@gnu.org> Date: Thu, 23 Apr 1998 00:52:19 +0000 Subject: 1998-04-02 Gordon Matzigkeit <gord@profitpress.com> * Makefile (srcdir): Don't set srcdir, since this is either done in the generated Makefile or in Makeconf. Just include ./Makeconf directly. * configure.in (makefiles): Check for $ac_unique_file, rather than doing string comparisons to determine if we are configured in the source directory. This works for silly things like `srcdir=./.'. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0f43084..99968f29 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,7 @@ dir := . makemode := misc -ifndef srcdir -srcdir = . -endif - -include $(srcdir)/Makeconf +include ./Makeconf DIST_FILES = COPYING Makeconf config.make.in configure.in configure \ hurd.boot build.mk.in build.mkcf.in aclocal.m4 \ -- cgit v1.2.3