diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-16 21:39:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-16 21:39:37 +0000 |
commit | 769061023afe3b6019f7a2318ac127b0c312cb22 (patch) | |
tree | 1db9dea3990a866b52cf663a3231e48533d7a0a6 /compatMakefile | |
parent | ba2c317cb7712fdddc7fac19a820dbf173ab9634 (diff) | |
download | gunmake-769061023afe3b6019f7a2318ac127b0c312cb22.tar.gz |
Formerly compatMakefile.~84~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compatMakefile b/compatMakefile index 69aa244..5827dde 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 <config.h>'' 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. |