[108175] trunk/base/src/registry2.0/Makefile

cal at macports.org cal at macports.org
Mon Jul 15 00:30:38 PDT 2013


Revision: 108175
          https://trac.macports.org/changeset/108175
Author:   cal at macports.org
Date:     2013-07-15 00:30:37 -0700 (Mon, 15 Jul 2013)
Log Message:
-----------
registry2.0/Makefile: Specify cregistry.a in LIBS to avoid removing it on clean

Modified Paths:
--------------
    trunk/base/src/registry2.0/Makefile

Modified: trunk/base/src/registry2.0/Makefile
===================================================================
--- trunk/base/src/registry2.0/Makefile	2013-07-15 07:20:40 UTC (rev 108174)
+++ trunk/base/src/registry2.0/Makefile	2013-07-15 07:30:37 UTC (rev 108175)
@@ -3,8 +3,7 @@
 SRCS = registry.tcl registry_autoconf.tcl registry_util.tcl receipt_flat.tcl receipt_sqlite.tcl portimage.tcl portuninstall.tcl
 OBJS = registry.o util.o \
 	entry.o entryobj.o \
-	file.o fileobj.o \
-	../cregistry/cregistry.a
+	file.o fileobj.o
 	#graph.o graphobj.o
 
 SHLIB_NAME= registry${SHLIB_SUFFIX}
@@ -16,7 +15,7 @@
 pkgIndex.tcl: $(SRCS)
 
 CFLAGS+=	${SQLITE3_CFLAGS}
-LIBS+=	${SQLITE3_LIBS}
+LIBS+=	${SQLITE3_LIBS} ../cregistry/cregistry.a
 ifeq ($(shell uname), Darwin)
 	SHLIB_LDFLAGS+= -install_name @loader_path/../registry2.0/${SHLIB_NAME}
 endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130715/7ed7c59b/attachment.html>


More information about the macports-changes mailing list