summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud