]> Dogcows Code - chaz/tar/commitdiff
Removed mksparse
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Sep 2004 13:27:14 +0000 (13:27 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 7 Sep 2004 13:27:14 +0000 (13:27 +0000)
tests/Makefile.am

index 3b7494eb496aa540ced1499eb969880b757b711b..960802b628f3e99056be80f8ab259dfe41d31ecf 100644 (file)
@@ -20,7 +20,7 @@
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-check_PROGRAMS = genfile mksparse
+check_PROGRAMS = genfile
 BUILT_SOURCES = preset
 
 TESTS = \
@@ -61,7 +61,6 @@ TESTS = \
  star/qucktest.sh 
 
 genfile_SOURCES = genfile.c
-mksparse_SOURCES = mksparse.c
 EXTRA_DIST = after before preset.in $(TESTS) star/README
 
 localedir = $(datadir)/locale
@@ -72,4 +71,4 @@ LDADD = ../lib/libtar.a $(LIBINTL)
 mostlyclean:
        rm -rf tmp-*
 
-$(TESTS): genfile mksparse
+$(TESTS): genfile
This page took 0.018888 seconds and 4 git commands to generate.