From: <var...@us...> - 2011-03-01 14:40:30
|
Revision: 7940 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7940&view=rev Author: vargenau Date: 2011-03-01 14:40:24 +0000 (Tue, 01 Mar 2011) Log Message: ----------- Repair "make clean": MO_FILES and PHP_FILES are not defined Modified Paths: -------------- trunk/locale/Makefile Modified: trunk/locale/Makefile =================================================================== --- trunk/locale/Makefile 2011-03-01 09:32:52 UTC (rev 7939) +++ trunk/locale/Makefile 2011-03-01 14:40:24 UTC (rev 7940) @@ -37,7 +37,7 @@ msgunfmt $< | awk -f make-php-trans.awk > $@ clean : - rm -f ${MO_FILES} ${PHP_FILES} + rm -f ./*/LC_MESSAGES/phpwiki.mo ./*/LC_MESSAGES/phpwiki.php depend : $(SHELL) update-makefile.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |