Fix typos.
[dana/urxvt.git] / Makefile.in
index 47052cf..491776d 100644 (file)
@@ -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
@@ -65,7 +65,7 @@ Makefiles:
 cleandir: realclean
 
 distclean-local:
-       rm -f *~ config.cache config.h config.log config.status libtool
+       rm -f config.cache config.h config.log config.status
        rm -f Makefile
 
 distdir:
@@ -73,7 +73,7 @@ distdir:
        cd src && $(MAKE) depend
        rm -rf $(VERNAME)
        mkdir $(VERNAME)
-       rsync -aR `cat MANIFEST` $(VERNAME)/.
+       rsync -aR --copy-unsafe-links `cat MANIFEST` $(VERNAME)/.
 
 tar.gz: distdir
        tar cvf - $(VERNAME) | gzip -vf9 > $(VERNAME).tar.gz