1
0
mirror of https://github.com/mirror/make.git synced 2025-03-26 12:04:42 +08:00

*** empty log message ***

This commit is contained in:
Roland McGrath 1993-09-20 20:02:01 +00:00
parent 5174a5e5a1
commit 3087dcdb2e

View File

@ -69,10 +69,14 @@
#ifdef HAVE_CONFIG_H
#if defined (emacs) || defined (CONFIG_BROKETS)
/* 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 getloadavg.c was found in $srcdir). */
(which it would do because it found this file in $srcdir). */
#include <config.h>
#else
#include "config.h"
#endif
#endif