ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
(Generate patch)

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.134 by sf-exg, Thu Jul 22 16:02:47 2010 UTC vs.
Revision 1.135 by sf-exg, Fri Jul 23 06:43:33 2010 UTC

38 rxvttoolkit.o rxvtutil.o keyboard.o \ 38 rxvttoolkit.o rxvtutil.o keyboard.o \
39 fdpass.o ev_cpp.o @PERL_O@ 39 fdpass.o ev_cpp.o @PERL_O@
40 40
41COMMON_DAEMON = rxvtdaemon.o 41COMMON_DAEMON = rxvtdaemon.o
42 42
43RXVT_BASENAME=`echo $(RXVTNAME)|sed 's/$(EXEEXT)$$//'|sed '$(transform)'`
44RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 43RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT)
45RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 44RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT)
46RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 45RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT)
47 46
48# 47#
49# Distribution variables 48# Distribution variables
50# 49#
51 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines