]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~76~
authorRoland McGrath <roland@redhat.com>
Thu, 12 Aug 1993 21:19:12 +0000 (21:19 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 12 Aug 1993 21:19:12 +0000 (21:19 +0000)
make.h

diff --git a/make.h b/make.h
index 139054f2c7a787ae498e9d4bbe0054d698d97f1d..5c0d4c771cc52ae268f149fcc224120680508551 100644 (file)
--- 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 <config.h> 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 <config.h>
 #undef HAVE_CONFIG_H
 #define HAVE_CONFIG_H