From: Roland McGrath Date: Thu, 12 Aug 1993 21:19:12 +0000 (+0000) Subject: Formerly make.h.~76~ X-Git-Tag: 3.70.2~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d8fff0ec07e9270516afd4b70c2268053e262ac;p=thirdparty%2Fmake.git Formerly make.h.~76~ --- diff --git a/make.h b/make.h index 139054f2..5c0d4c77 100644 --- a/make.h +++ b/make.h @@ -21,7 +21,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #pragma alloca #endif -#include "config.h" +/* We use instead of "config.h" so that a compilation + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because make.h was found in $srcdir). */ +#include #undef HAVE_CONFIG_H #define HAVE_CONFIG_H