[m-rev.] trivial diff: fix for extras/posix/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Apr 2 19:45:25 AEST 2002
Estimated hours taken: 0.25
Branches: main
extras/posix/Mmakefile:
Install in the `extras' subdirectory of $(INSTALL_PREFIX),
for consistency with what the other packages in `extras' do.
Workspace: /home/ceres/fjh/mercury
Index: extras/posix/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/posix/Mmakefile,v
retrieving revision 1.3
diff -u -d -r1.3 Mmakefile
--- extras/posix/Mmakefile 14 Dec 2000 08:38:39 -0000 1.3
+++ extras/posix/Mmakefile 6 Mar 2002 10:06:14 -0000
@@ -1,10 +1,12 @@
#-----------------------------------------------------------------------------#
-# Copyright (C) 2000 The University of Melbourne.
+# Copyright (C) 2000, 2002 The University of Melbourne.
# This file may only be copied under the terms of the GNU Library General
# Public License - see the file COPYING.LIB in the Mercury distribution.
#-----------------------------------------------------------------------------#
-include ../Mmake.params
+
+INSTALL_PREFIX := $(INSTALL_PREFIX)/extras
# This library has some parts that are implemented in C
# rather than in Mercury. The following lines ensure that
--
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