[darwinbuild-changes] [279] trunk/darwinxref/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:02:13 PDT 2006


Revision: 279
          http://trac.macosforge.org/projects/darwinbuild/changeset/279
Author:   kevin
Date:     2006-10-04 02:02:13 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- use substitution, not wildcards, since plugins won't exist before the build

Modified Paths:
--------------
    trunk/darwinxref/Makefile

Modified: trunk/darwinxref/Makefile
===================================================================
--- trunk/darwinxref/Makefile	2005-09-22 07:14:06 UTC (rev 278)
+++ trunk/darwinxref/Makefile	2006-10-04 09:02:13 UTC (rev 279)
@@ -13,8 +13,8 @@
 	cfutils.c \
 	main.c
 
-PLUGIN_SOURCES=$(wildcard plugins/*.c) $(wildcard plugins-darwinports/*.c)
-PLUGIN_OBJECTS=$(wildcard plugins/*.so) $(wildcard plugins/*.tcl)
+PLUGIN_SOURCES=$(wildcard plugins/*.c)
+PLUGIN_OBJECTS=$(PLUGIN_SOURCES:.c=.so) $(wildcard plugins/*.tcl)
 
 ### todo: --with-plugin-path configuration
 CFLAGS+= \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/6d37a5c9/attachment-0001.html


More information about the darwinbuild-changes mailing list