From 29f47aee84ded4c6e59da561c2e9b6257590b31d Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 2 Feb 2012 13:32:17 -0600 Subject: RTC 35711 - Wrapper for VPO-mode attribute check The same code was in a dozen places so I added a wrapper function. Change-Id: I5b1d34e0f94b91289960c73670199ff22f4c6860 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/643 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/targeting/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/usr/targeting/makefile') diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile index ab84a4e05..44779b292 100644 --- a/src/usr/targeting/makefile +++ b/src/usr/targeting/makefile @@ -44,7 +44,10 @@ TARGET_OBJS = \ ATTR_RP_OBJS = \ attrrp.o -OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS} ${ATTR_RP_OBJS} +OTHER_OBJS = \ + util.o + +OBJS = ${TARGET_OBJS} ${PREDICATES_OBJS} ${ITERATORS_OBJS} ${ATTR_RP_OBJS} ${OTHER_OBJS} SUBDIRS = test.d xmltohb.d -- cgit v1.2.1