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.39 by sf-exg, Sat Sep 22 15:53:37 2012 UTC vs.
Revision 1.40 by sf-exg, Fri Jul 23 19:18:51 2021 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines