From: <var...@us...> - 2008-09-07 10:19:14
|
Revision: 6236 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6236&view=rev Author: vargenau Date: 2008-09-07 10:19:23 +0000 (Sun, 07 Sep 2008) Log Message: ----------- /usr/bin/mv --> /bin/mv Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2008-09-05 16:35:14 UTC (rev 6235) +++ trunk/Makefile 2008-09-07 10:19:23 UTC (rev 6236) @@ -60,7 +60,7 @@ all: TAGS TAGS: $(PHP_SRC) - if [ -f $@ ]; then /usr/bin/mv -f $@ $@~; fi + if [ -f $@ ]; then /bin/mv -f $@ $@~; fi # etags $(PHP_SRC) /usr/bin/find . \( -type d -regex '\(^\./lib/pear\)\|\(^\./lib/WikiDB/adodb\)\|\(^\./lib/nusoap\)\|\(^\./lib/fpdf\)\|\(^\./locale/.*/LC_MESSAGES\)' \) -prune -o -type f -name \*.php | grep .php | $(ETAGS_STDIN) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |