summaryrefslogtreecommitdiff
path: root/plugins/repo
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-07-28 15:50:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:13 -0600
commit7f78b595ce3baf3ade82e546a3ed7cfba41c8ef9 (patch)
tree82319fb46f670457e29f2082a819d24c528c6e4e /plugins/repo
parent9cc5fe6c84622c1c67566b03152ef55ccce2e4db (diff)
use the Makefile.in name used by the GNU build system
Diffstat (limited to 'plugins/repo')
-rw-r--r--plugins/repo/Makefile.in (renamed from plugins/repo/Makefile.orig)2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/repo/Makefile.orig b/plugins/repo/Makefile.in
index ea9e7a9..32a07dd 100644
--- a/plugins/repo/Makefile.orig
+++ b/plugins/repo/Makefile.in
@@ -35,7 +35,7 @@ all : $(name)
.SUFFIXES :
# targets ##########################################################
-srcFiles = $(filter-out %/Makefile.orig,$(shell find $(mysrcdir)/ -type f))
+srcFiles = $(filter-out %/Makefile.in,$(shell find $(mysrcdir)/ -type f))
shSrcFiles = $(filter %.sh,$(srcFiles))
shOutFiles = $(patsubst $(mysrcdir)/%,%,$(basename $(shSrcFiles)))