summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-07-02 19:43:59 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-07-06 16:25:46 -1000
commit9aaaf1bf676eb86b29f19fcffd4ec1e581b4b341 (patch)
treecc4651ad53e3d6d3fd156621e00bb1d85fc766d4 /Makefile.am
parentd8bcdd2616f4a7ee1a6e3cd02a89d356158b902f (diff)
downloadanaconda-9aaaf1bf676eb86b29f19fcffd4ec1e581b4b341.tar.gz
anaconda-9aaaf1bf676eb86b29f19fcffd4ec1e581b4b341.tar.xz
anaconda-9aaaf1bf676eb86b29f19fcffd4ec1e581b4b341.zip
Ignore configure.ac when generating updates.img
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 138ceabce..572dfe86a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,7 +147,7 @@ updates:
build_isys="$$(git diff --stat $(ARCHIVE_TAG) isys | grep " | " | cut -d ' ' -f 2 | egrep "(Makefile|\.h|\.c)$$")" ; \
git diff --stat $(ARCHIVE_TAG) | grep " | " | \
grep -v "\.spec" | grep -v "Makefile" | grep -v "\.c\ " | \
- grep -v "\.h" | grep -v "\.sh" | \
+ grep -v "\.h" | grep -v "\.sh" | grep -v "configure\.ac" | \
while read sourcefile stuff ; do \
dn="$$(echo $$sourcefile | cut -d '/' -f 1)" ; \
case $$dn in \