[prev in list] [next in list] [prev in thread] [next in thread] 

List:       darwinbuild-changes
Subject:    [darwinbuild-changes] [279] trunk/darwinxref/Makefile
From:       source_changes () macosforge ! org (source_changes () macosforge ! org)
Date:       2006-10-04 2:08:05
Message-ID: 20061004090213.306F01C91A3 () cvs ! opensource ! apple ! com
[Download RAW message or body]

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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic