summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in (renamed from Makefile.orig)0
-rwxr-xr-xconfigure4
-rw-r--r--plugins/repo/Makefile.in (renamed from plugins/repo/Makefile.orig)2
-rw-r--r--plugins/users/Makefile.in (renamed from plugins/users/Makefile.orig)2
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.orig b/Makefile.in
index 7a3e131..7a3e131 100644
--- a/Makefile.orig
+++ b/Makefile.in
diff --git a/configure b/configure
index 1983a5f..0bcd79b 100755
--- a/configure
+++ b/configure
@@ -65,10 +65,10 @@ for var in $vars; do
done
echo "11 a# DO NOT edit this file, it has been generated by configure, and will
-11 a# be overwritten. Instead, edit the file \`Makefile.orig'" >> var.sed
+11 a# be overwritten. Instead, edit the file \`Makefile.in'" >> var.sed
Makefiles=`find "${_srcdir}/" -regextype posix-extended \
--regex '(.*/)?Makefile\.orig' -type f`
+-regex '(.*/)?Makefile\.in' -type f`
for orig in $Makefiles; do
new=${orig/%.orig/}
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)))
diff --git a/plugins/users/Makefile.orig b/plugins/users/Makefile.in
index edac4f0..5c97ef2 100644
--- a/plugins/users/Makefile.orig
+++ b/plugins/users/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)))