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.29 by ayin, Mon Nov 12 18:10:47 2007 UTC vs.
Revision 1.30 by ayin, Mon Nov 12 18:13:10 2007 UTC

33RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install 33RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install
34 34
35#------------------------------------------------------------------------- 35#-------------------------------------------------------------------------
36 36
37$(RECURSIVE_TARGETS): 37$(RECURSIVE_TARGETS):
38 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 38 @for I in $(subdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
39 39
40distclean realclean: distclean-local 40distclean realclean: distclean-local
41 41
42# 42#
43# entry points for other programs 43# entry points for other programs
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 config.h.in
50 cd $(srcdir); ./autogen.sh 50 cd $(srcdir); ./autogen.sh
51 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines