summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-09 10:04:18 +0200
committerThierry Reding <treding@nvidia.com>2014-07-09 10:04:18 +0200
commitc47e7255c21b6ab0cfbabe8eddbe4ad468dba469 (patch)
tree774ee95b31f1bfc6ecf43bc4b7958c9ea30356ba
parent2104f6cc6fac6081518edb8823a4c15e1d72a3b7 (diff)
Minor cleanup of Makefile.am
Move the MAINTAINERCLEANFILES variable and the .PHONY target to the bottom of the file. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index a7ab3e0..d184700 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,10 +22,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src man
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
INSTALL:
$(INSTALL_CMD)
@@ -33,3 +29,7 @@ ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL