Author: bernhard Date: Sat Jan 17 10:28:31 2009 New Revision: 35703 Modified: trunk/config/gen/makefiles/languages.in Log: Escaple backslashes in languages/Makefile Modified: trunk/config/gen/makefiles/languages.in ============================================================================== --- trunk/config/gen/makefiles/languages.in (original) +++ trunk/config/gen/makefiles/languages.in Sat Jan 17 10:28:31 2009 @@ -517,7 +517,7 @@ - $(GIT) clone 'git:////github.com/bschmalhofer/hq9plus.git' co-pjs: - - $(SVN) checkout http://parrotjs.googlecode.com/svn/trunk/ parrotjs-read-only + - $(SVN) checkout 'http:////parrotjs.googlecode.com/svn/trunk/' parrotjs-read-only co-primitivearc: - $(GIT) clone 'git:////github.com/stefano/primitivearc.git'