From 20bbaab8c6228e04580feb4bc216eaef0a82d902 Mon Sep 17 00:00:00 2001 From: "Philipp A. Hartmann" Date: Mon, 27 Aug 2012 13:22:51 +0200 Subject: [PATCH] Makefile.PL: drop unused suse-bzip2 target Signed-off-by: Philipp A. Hartmann --- Makefile.PL | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index c1ffad4..a742b3d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,10 +25,6 @@ ZGZ_SOURCES = zgz/zgz.c zgz/gzip/*.c zgz/old-bzip2/*.c zgz/zgz: $(ZGZ_SOURCES) gcc -Wall -O2 -o $@ $(ZGZ_SOURCES) -lz -DZGZ_LIB=\"$(ZGZ_LIB)\" -SUSE_BZIP2_SOURCES = pit/suse-bzip2/*.c -pit/suse-bzip2/suse-bzip2: $(SUSE_BZIP2_SOURCES) - gcc -Wall -O2 -o $@ $(SUSE_BZIP2_SOURCES) - extra_install: install -d $(DESTDIR)$(PREFIX)/bin install -d $(DESTDIR)$(PREFIX)/share/man/man1 -- 2.34.1