summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Elder <aelder@sgi.com>2010-07-30 21:49:48 +0000
committerAlex Elder <aelder@sgi.com>2010-08-03 09:23:00 -0500
commit2294e28218e02b4568c42156a1788409547e0f61 (patch)
tree494a90b116221a75e8868175a03ae76d54460c1f /Makefile
parent0629d835881075c4dfa999b8f9ed9531bd53f1d6 (diff)
xfstests: fix depend targets
There's no need to re-make the dependency files all the time. Make it so the "depend" target rebuilds the ".dep" file only if necessary. Also change the name of the dependency file created for "ltdepend" to be ".ltdep". Signed-off-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a4bb63f4..65e30af1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,8 @@ endif
TESTS = $(shell sed -n -e '/^[0-9][0-9][0-9]*/s/ .*//p' group)
CONFIGURE = configure include/builddefs include/config.h
LSRCFILES = configure configure.in aclocal.m4 README VERSION
-LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
- check.log check.time
+LDIRT = config.log .ltdep .dep config.status config.cache confdefs.h \
+ conftest* check.log check.time
ifeq ($(HAVE_DMAPI), true)
DMAPI_MAKEFILE = dmapi/Makefile