summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-19 03:36:37 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-19 03:36:37 -0500
commitb993e048e4eb10d1ac8d2529b5b86510a0f0e132 (patch)
treee106dba6fa826876d73c3c7909cf03474a8a42e5 /Makefile.in
parent445c5f26ed1f6109e91441e644ac9f544494d3e6 (diff)
downloadmock-b993e048e4eb10d1ac8d2529b5b86510a0f0e132.tar.gz
mock-b993e048e4eb10d1ac8d2529b5b86510a0f0e132.tar.xz
mock-b993e048e4eb10d1ac8d2529b5b86510a0f0e132.zip
loathe autoconf. finally fix distcheck and 'make distclean' removes src/mock.py problem.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 512236a..aa3712e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,6 +38,7 @@ build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = src/mock$(EXEEXT)
EXTRA_PROGRAMS =
+@BLD_SRC_DIFFERENT_TRUE@am__append_1 = $(top_builddir)/src/mock.py
subdir = .
DIST_COMMON = README $(am__configure_deps) $(dist_libexec_SCRIPTS) \
$(dist_mocketc_DATA) $(pkgpython_PYTHON) $(srcdir)/Makefile.am \
@@ -251,7 +252,8 @@ RELEASE_STRING = $(RELEASE_NAME)-$(RELEASE_VERSION)
MOCK_LIBTOOL_CURRENT = @MOCK_LIBTOOL_CURRENT@
MOCK_LIBTOOL_REVISION = @MOCK_LIBTOOL_REVISION@
MOCK_LIBTOOL_AGE = @MOCK_LIBTOOL_AGE@
-CLEANFILES = $(top_builddir)/src/mock.py
+CLEANFILES = mock-*.tar.gz mock-*.tar.bz2 mock-*.rpm _buildtemp \
+ version $(EXTRA_PROGRAMS) $(am__append_1)
DISTCLEANFILES = *~
EXTRA_DIST = docs buildsys-build.spec-template mock.spec
AM_CFLAGS = -Wall -I$(top_srcdir)/src -DSYSCONFDIR='"$(sysconfdir)"' -DLIBEXECDIR='"$(libexecdir)"' -DLIBDIR='"$(libdir)"' -Werror
@@ -919,10 +921,7 @@ uninstall-man: uninstall-man1
uninstall-pkgpythonPYTHON
- # indent a space to get around automake
- ifneq ($(top_builddir),$(top_srcdir))
- $(top_builddir)/src/mock.py: $(top_srcdir)/src/mock.py
- endif
+@BLD_SRC_DIFFERENT_TRUE@ $(top_builddir)/src/mock.py: $(top_srcdir)/src/mock.py
src/mock.py: Makefile
echo Updating $@, current pwd: $$(pwd)