Revision: 9940 http://pure-data.svn.sourceforge.net/pure-data/?rev=9940&view=rev Author: eighthave Date: 2008-05-29 04:43:16 -0700 (Thu, 29 May 2008)
Log Message: ----------- oops, removed a trailing slash from DESTDIR in revision 9778 and it broke the planetccrma builds, so adding it back
Revision Links: -------------- http://pure-data.svn.sourceforge.net/pure-data/?rev=9778&view=rev
Modified Paths: -------------- branches/pd-extended/v0-40/packages/linux_make/Makefile
Modified: branches/pd-extended/v0-40/packages/linux_make/Makefile =================================================================== --- branches/pd-extended/v0-40/packages/linux_make/Makefile 2008-05-28 23:00:53 UTC (rev 9939) +++ branches/pd-extended/v0-40/packages/linux_make/Makefile 2008-05-29 11:43:16 UTC (rev 9940) @@ -4,7 +4,7 @@
CWD := $(shell pwd)
-DESTDIR = $(CWD)/build +DESTDIR = $(CWD)/build/ # the trailing slash is needed here cvs_root_dir := $(shell cd $(CWD)/../.. && pwd) BUILDLAYOUT_DIR = $(cvs_root_dir)/packages
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.