[PD-cvs] SF.net SVN: pure-data: [9945] branches/pd-extended/v0-40/packages/ linux_make/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri May 30 16:10:01 CEST 2008


Revision: 9945
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9945&view=rev
Author:   eighthave
Date:     2008-05-30 07:10:01 -0700 (Fri, 30 May 2008)

Log Message:
-----------
oops, inline comments don't work in Makefiles

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-29 23:34:34 UTC (rev 9944)
+++ branches/pd-extended/v0-40/packages/linux_make/Makefile	2008-05-30 14:10:01 UTC (rev 9945)
@@ -4,7 +4,8 @@
 
 CWD := $(shell pwd)
 
-DESTDIR = $(CWD)/build/ # the trailing slash is needed here
+# DESTDIR needs the trailing slash
+DESTDIR = $(CWD)/build/
 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.




More information about the Pd-cvs mailing list