From: ayin Date: Mon, 12 Nov 2007 18:13:10 +0000 (+0000) Subject: Cosmetics. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a9c427911c307182bdcd642764e11bb1ac0cd87d;p=dana%2Furxvt.git Cosmetics. --- diff --git a/Makefile.in b/Makefile.in index 47052cfd..7b7c568b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,7 +35,7 @@ RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install #------------------------------------------------------------------------- $(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 @@ distclean realclean: distclean-local # entry points for other programs # rxvt: - (cd src; ${MAKE}) + (cd src; $(MAKE)) #------------------------------------------------------------------------- configure: configure.ac aclocal.m4 config.h.in