[m-rev.] trivial diff: configure.in: fix error in last change
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jan 2 16:30:11 AEDT 2002
Estimated hours taken: 0.25
Branches: main
configure.in:
Fix a couple of cut-and-paste errors in my previous change.
Workspace: /home/earth/fjh/ws-earth4/mercury
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.288
diff -u -d -r1.288 configure.in
--- configure.in 27 Dec 2001 13:17:55 -0000 1.288
+++ configure.in 2 Jan 2002 05:28:12 -0000
@@ -2501,9 +2501,9 @@
else
# use cc to link shared objects
LINK_SHARED_OBJ="cc -shared \
- -update_registry,\$(SO_LOCATIONS_DIR)so_locations"
+ -update_registry \$(SO_LOCATIONS_DIR)so_locations"
LINK_SHARED_OBJ_SH="cc -shared \
- -update_registry,\${SO_LOCATIONS_DIR}so_locations"
+ -update_registry \${SO_LOCATIONS_DIR}so_locations"
ERROR_UNDEFINED="-error_unresolved"
EXE_RPATH_OPT="-rpath "
SHLIB_RPATH_OPT="-rpath "
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list