From 870d622c6e3ed5d9a81c84e3f3d0fc287733472f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 9 Oct 1999 12:46:28 +0000 Subject: no_comment --- perl-install/resize_fat/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 perl-install/resize_fat/Makefile (limited to 'perl-install/resize_fat/Makefile') diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile deleted file mode 100644 index 34c257a4e..000000000 --- a/perl-install/resize_fat/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -PRODUCT = libresize -TARSOURCE = $(PRODUCT).tar.bz2 - -.PHONY: clean tar - -clean: - rm -f *~ TAGS $(TARSOURCE) - -tar: clean - cp -f ../common.pm . - cd .. ; tar cfy $(TARSOURCE) $(PRODUCT) ; mv $(TARSOURCE) $(PRODUCT) - rm -f common.pm -- cgit v1.2.1