OSDN Git Service

tests: remove now-unused Makefile rule
authorJim Meyering <meyering@redhat.com>
Sat, 9 Apr 2011 20:22:49 +0000 (22:22 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 14 Apr 2011 09:34:38 +0000 (11:34 +0200)
* libparted/tests/Makefile.am (old-init.sh): Remove obsolete rule.

libparted/tests/Makefile.am

index c967ef8..71ba0a7 100644 (file)
@@ -24,16 +24,6 @@ symlink_SOURCES = common.h common.c symlink.c
 
 MAINTAINERCLEANFILES = Makefile.in
 
-CLEANFILES = old-init.sh
-all: old-init.sh
-old-init.sh: Makefile.in
-       rm -f $@-t $@
-       echo 'PARTED_USABLE_TEST_DIR="$(PARTED_USABLE_TEST_DIR)"' > $@-t
-       echo 'abs_top_srcdir="$(abs_top_srcdir)"' >> $@-t
-       echo 'PATH="$(abs_builddir)$(PATH_SEPARATOR)$$PATH"; export PATH' >> $@-t
-       chmod a-w $@-t
-       mv $@-t $@
-
 # Arrange to symlink to tests/init.sh.
 CLEANFILES = init.sh
 .PHONY: prereq