[gnome-commander/gcmd-1-6] Moves PHONY for ChangeLog in Makefile.am to prevent confusion



commit e8d91b1b5fb10ab4abbf961c3585a7b1ca74fd00
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Thu May 25 23:03:07 2017 +0200

    Moves PHONY for ChangeLog in Makefile.am to prevent confusion

 Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 51aafd7..829a1f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,11 @@ ChangeLog:
        fi
 
 #
+# To be able to generate ChangeLog independendly of the files timestamp
+#
+.PHONY: ChangeLog
+
+#
 # Add filenames to this variable if the should be added to .gitignore automatically
 #
 GITIGNOREFILES = \
@@ -69,6 +74,4 @@ MAINTAINERCLEANFILES = \
 # Remove targets if the command fails
 .DELETE_ON_ERROR:
 
-.PHONY: ChangeLog
-
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]