projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee5db59
)
Makefile.PL: drop unused suse-bzip2 target
author
Philipp A. Hartmann
<philipp.hartmann@offis.de>
Mon, 27 Aug 2012 11:22:51 +0000
(13:22 +0200)
committer
Philipp A. Hartmann
<philipp.hartmann@offis.de>
Mon, 27 Aug 2012 13:22:51 +0000
(15:22 +0200)
Signed-off-by: Philipp A. Hartmann <philipp.hartmann@offis.de>
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index c1ffad44558377ee0c889ea9b665368e74d0986e..a742b3d8195d1d32aba76b5d967a494750ebc254 100755
(executable)
--- 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