[m-rev.] trivial diff: add libmer_eventspec to realclean target

Simon Taylor staylr at gmail.com
Mon Dec 4 12:24:42 AEDT 2006


Estimated hours taken: 0.1
Branches: main

trace/Mmakefile:
	Add libmer_eventspec.{a,so} to the realclean target.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/trace/Mmakefile,v
retrieving revision 1.51
diff -u -r1.51 Mmakefile
--- Mmakefile	28 Nov 2006 06:57:43 -0000	1.51
+++ Mmakefile	4 Dec 2006 01:22:44 -0000
@@ -364,6 +364,8 @@
 realclean_local:
 	rm -f lib$(TRACE_LIB_NAME).$A
 	rm -f lib$(TRACE_LIB_NAME).$(EXT_FOR_SHARED_LIB)
+	rm -f lib$(EVENTSPEC_LIB_NAME).$A
+	rm -f lib$(EVENTSPEC_LIB_NAME).$(EXT_FOR_SHARED_LIB)
 	rm -f $(GEN_EVENTSPEC_SRCS) $(GEN_EVENTSPEC_HDRS)
 
 #-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
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