summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/FreezeScript/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/FreezeScript/Makefile b/cpp/src/FreezeScript/Makefile
index 9fc5df64cf8..3b6f5f64664 100644
--- a/cpp/src/FreezeScript/Makefile
+++ b/cpp/src/FreezeScript/Makefile
@@ -47,7 +47,7 @@ include $(top_srcdir)/config/Make.rules
CPPFLAGS := -I.. $(CPPFLAGS) $(DB_FLAGS)
-$(TRANSFORMDB): $(TRANSFORM_OBJS) $(OBJS)
+$(TRANSFORMDB): $(TRANSFORM_OBJS) $(COMMON_OBJS)
rm -f $@
$(CXX) $(LDFLAGS) -o $@ $(TRANSFORM_OBJS) $(COMMON_OBJS) -lSlice -lIceXML $(LIBS) $(DB_LIBS)