summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/resize_fat/Makefile')
-rw-r--r--perl-install/resize_fat/Makefile12
1 files changed, 0 insertions, 12 deletions
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