From 8524167df6555c38079e9d041044dc59a9ddbeee Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 10 Aug 2019 16:20:47 -0500 Subject: [PATCH] configmake: Update advice on usage. * modules/configmake (Include): No longer necessary to include last, since configmake.h itself worries about collision avoidance. --- ChangeLog | 6 ++++++ modules/configmake | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7dc1aa2613..db0b4e660c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-08-10 Eric Blake + + configmake: Update advice on usage. + * modules/configmake (Include): No longer necessary to include + last, since configmake.h itself worries about collision avoidance. + 2019-08-10 Assaf Gordon parse-datetime: fix 'T' military timezone handling diff --git a/modules/configmake b/modules/configmake index d387adc90c..f2bbed654f 100644 --- a/modules/configmake +++ b/modules/configmake @@ -55,7 +55,6 @@ BUILT_SOURCES += configmake.h CLEANFILES += configmake.h configmake.h-t Include: -/* Include only after all system include files. */ "configmake.h" License: -- 2.39.5