repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 27a42ad02126329f06a823d7b06455d4d5c0b5ee:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 27a42ad02126329f06a823d7b06455d4d5c0b5ee
Author: Emanuele Giaquinta 
Date:   Thu Jun 7 16:06:22 2007 +0000

    *** empty log message ***

diff --git a/src/Makefile.in b/src/Makefile.in
index 8e5ed74b3fc0947aeb18f2a29eeb4d2d43559ef8..
index ..6f5d8c112cc904a9a486874666b198c1244a83bd 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -127,12 +127,14 @@ install-perl:
 @IF_PERL@	$(INSTALL_DATA) $(srcdir)/urxvt.pm $(DESTDIR)$(libdir)/urxvt/urxvt.pm
 @IF_PERL@	for ext in $(srcdir)/perl/*; do test -f "$$ext" && $(INSTALL_DATA) "$$ext" $(DESTDIR)$(libdir)/urxvt/perl/"`basename "$$ext"`"; done

-install: allbin alldoc install-perl
+install-bin: allbin
 	$(INSTALL) -d $(DESTDIR)$(bindir)
 	$(INSTALL_PROGRAM) rxvt  $(RXVT_BINNAME)
 	$(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
 	$(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)

+install: install-bin alldoc install-perl
+
 perlxsi.c: Makefile
 	$(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt

-----END OF PAGE-----