summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-06 23:14:55 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-06 23:14:55 -0400
commit19bd6407d08247d664e1f643c087ff6b1c1d4138 (patch)
tree1092d04c4eb877be0b2c0e37d88003decc222318
parent94bdf2076ccb8a2e6579320031c99cd96bfdacf6 (diff)
gitfiles: mv Makefile-src.mk gitfiles.mk
-rw-r--r--.gitignore2
-rw-r--r--build-aux/Makefile.once.head/00-gitfiles.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f62feefbad..e333801b77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -310,4 +310,4 @@ stamp-*
/automake.mk
/config.mk
/gnustandards.mk
-/Makefile-src.mk
+/gitfiles.mk
diff --git a/build-aux/Makefile.once.head/00-gitfiles.mk b/build-aux/Makefile.once.head/00-gitfiles.mk
index 95437aab84..b17b63aa09 100644
--- a/build-aux/Makefile.once.head/00-gitfiles.mk
+++ b/build-aux/Makefile.once.head/00-gitfiles.mk
@@ -16,7 +16,7 @@
mod.gitfiles.description = Automatically populate files.src.src from git
mod.gitfiles.depends += files nested write-ifchanged quote
-gitfiles.file ?= Makefile-src.mk
+gitfiles.file ?= gitfiles.mk
_gitfiles.all =
-include $(topsrcdir)/$(gitfiles.file)