[m-rev.] diff: fix posix binding Mmakefile

Julien Fischer juliensf at students.cs.mu.OZ.AU
Tue Feb 10 17:50:27 AEDT 2004


Estimated hours taken: 0.1
Branches: main

Change the Mmakefile for the POSIX binding so that it cleans
up posix_workarounds.pic_o.

extras/posix/Mmakefile:
	Make sure the clean target delete posix_workarounds.pic_o.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/posix/Mmakefile,v
retrieving revision 1.5
diff -u -r1.5 Mmakefile
--- Mmakefile	16 Jan 2003 10:44:23 -0000	1.5
+++ Mmakefile	10 Feb 2004 06:46:06 -0000
@@ -38,7 +38,8 @@

 .PHONY: clean
 clean:
-	-/bin/rm -f posix_workarounds.o
+	-/bin/rm -f posix_workarounds.$(O)
+	-/bin/rm -f posix_workarounds.$(EXT_FOR_PIC_OBJECTS)

 .PHONY: realclean
 realclean: clean
--------------------------------------------------------------------------
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