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

Comparing rxvt-unicode/Makefile.in (file contents):
Revision 1.35 by ayin, Fri Feb 22 16:09:52 2008 UTC vs.
Revision 1.36 by sf-exg, Sun Nov 27 13:50:03 2011 UTC

44# 44#
45rxvt: 45rxvt:
46 (cd src; $(MAKE)) 46 (cd src; $(MAKE))
47 47
48#------------------------------------------------------------------------- 48#-------------------------------------------------------------------------
49configure: configure.ac aclocal.m4 config.h.in 49configure: configure.ac aclocal.m4 libev/libev.m4 libptytty/ptytty.m4
50 cd $(srcdir); ./autogen.sh 50 cd $(srcdir); ./autogen.sh
51 51
52config.status: 52config.status:
53 if test -x config.status; then config.status --recheck; \ 53 if test -x config.status; then config.status --recheck; \
54 else $(SHELL) configure; fi 54 else $(SHELL) configure; fi
55 55
56config.h.in: configure.ac 56config.h.in: configure.ac aclocal.m4 libev/libev.m4 libptytty/ptytty.m4
57 cd $(srcdir); ./autogen.sh 57 cd $(srcdir); ./autogen.sh
58 58
59check: all 59check: all
60 echo "no tests" 60 echo "no tests"
61 61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines