diff options
Diffstat (limited to 'config/tests/makefiles/autodeps/Makefile.in')
-rw-r--r-- | config/tests/makefiles/autodeps/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/tests/makefiles/autodeps/Makefile.in b/config/tests/makefiles/autodeps/Makefile.in index f0c717274..ea21c5a8e 100644 --- a/config/tests/makefiles/autodeps/Makefile.in +++ b/config/tests/makefiles/autodeps/Makefile.in @@ -12,13 +12,6 @@ PYTEST = $(PYTHON) -E # python -B not supported by older interpreters export PYTHONDONTWRITEBYTECODE=1 -DEPTH = @DEPTH@ -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk autotgt_tests = .deps/autotargets.mk.ts @@ -29,7 +22,6 @@ tgts =\ $(NULL) export MAKE -export .PYMAKE ##------------------_## ##---] TARGETS [---## |