--- rxvt-unicode/Makefile.in 2007/11/12 18:10:47 1.29 +++ rxvt-unicode/Makefile.in 2007/11/12 18:13:10 1.30 @@ -35,7 +35,7 @@ #------------------------------------------------------------------------- $(RECURSIVE_TARGETS): - @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done + @for I in $(subdirs); do (cd $$I; $(MAKE) $@) || exit 1; done distclean realclean: distclean-local @@ -43,7 +43,7 @@ # entry points for other programs # rxvt: - (cd src; ${MAKE}) + (cd src; $(MAKE)) #------------------------------------------------------------------------- configure: configure.ac aclocal.m4 config.h.in