From: Roland McGrath Date: Mon, 16 Aug 1993 21:39:37 +0000 (+0000) Subject: Formerly compatMakefile.~84~ X-Git-Tag: 3.70.2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769061023afe3b6019f7a2318ac127b0c312cb22;p=thirdparty%2Fmake.git Formerly compatMakefile.~84~ --- diff --git a/compatMakefile b/compatMakefile index 69aa2444..5827dde8 100644 --- a/compatMakefile +++ b/compatMakefile @@ -262,5 +262,10 @@ config.h.in: configure.in # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: +# The automatically generated dependencies below may omit config.h +# because it is included with ``#include '' rather than +# ``#include "config.h"''. So we add the explicit dependency to make sure. +$(objs): config.h + # Automatically generated dependencies will be put at the end of the file.