[m-rev.] trivial diff: fix linker failure in trace dir on x86_64
Julien Fischer
juliensf at csse.unimelb.edu.au
Sun Nov 26 04:42:34 AEDT 2006
Estimated hours taken: 1
Branches: main
trace/Mmakefile:
Fix a typo that caused the shared version of the event spec library
to be built with the wrong name.
Julien.
Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/trace/Mmakefile,v
retrieving revision 1.48
diff -u -r1.48 Mmakefile
--- Mmakefile 24 Nov 2006 04:05:05 -0000 1.48
+++ Mmakefile 25 Nov 2006 17:36:20 -0000
@@ -273,7 +273,7 @@
lib$(EVENTSPEC_LIB_NAME).so: $(EVENTSPEC_PIC_OBJS)
$(LINK_SHARED_OBJ) $(ERROR_UNDEFINED) \
- -o lib$(TRACE_LIB_NAME).so $(EVENTSPEC_PIC_OBJS) \
+ -o lib$(EVENTSPEC_LIB_NAME).so $(EVENTSPEC_PIC_OBJS) \
$(RPATH_1)$(RPATH_2) \
$(EVENTSPEC_LDFLAGS) $(EVENTSPEC_LDLIBS) $(THREADLIBS) \
$(SHARED_LIBS)
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list