open-src/common/Makefile.inc
changeset 837 ee480af8e87c
parent 822 2a89ea3c59be
child 851 d428083dbbdd
--- a/open-src/common/Makefile.inc	Fri Nov 20 18:16:20 2009 -0800
+++ b/open-src/common/Makefile.inc	Mon Nov 23 11:58:12 2009 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)Makefile.inc	1.101	09/11/06 SMI"
+# ident	"@(#)Makefile.inc	1.102	09/11/23 SMI"
 #
 
 ### Default rules
@@ -457,7 +457,8 @@
 	-e 'BEGIN {use Cwd; $$protodir=Cwd::realpath("$(PROTODIR)");}' \
 	-e 's|(-[LI]\s*)\$$|$$1$$protodir\$$|g;' \
 	-e 's|^sdkdir=|sdkdir=$$protodir|g;' \
-	-e 's|$$protodir\$${sdkdir}|\$${sdkdir}|g;'
+	-e 's|$$protodir\$${sdkdir}|\$${sdkdir}|g;' \
+	$(MODTYPE_ADD_UNINSTALLED_PC_OPS) $(MODULE_ADD_UNINSTALLED_PC_OPS)
 
 install_pkgconfig_uninstalled: $(INSTALL_TARGETS)
 	@ if [[ ! -z "$(FIX_PC_FILES)" ]] ; then \