]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
* tests/Makefile.am (clean-local): Don't attempt to run
[chaz/tar] / tests / Makefile.am
index db1d42fe0f28a968539496c5c5b48a318936a271..b9f1c027f439d511e398f127c494e78af5efa2c6 100644 (file)
@@ -106,7 +106,7 @@ atconfig: $(top_builddir)/config.status
        cd $(top_builddir) && ./config.status tests/$@
 
 clean-local:
-       $(SHELL) $(TESTSUITE) --clean
+       test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
 
 check-local: atconfig atlocal $(TESTSUITE)
        $(SHELL) $(TESTSUITE)
@@ -130,4 +130,3 @@ localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
 LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
-
This page took 0.02336 seconds and 4 git commands to generate.