[m-rev.] diff: interface files and install

Ian MacLarty maclarty at cs.mu.OZ.AU
Thu Feb 17 18:06:01 AEDT 2005


On Thu, Feb 17, 2005 at 05:41:35PM +1100, Zoltan Somogyi wrote:
> Index: mdbcomp/Mmakefile
> ===================================================================
> RCS file: /home/mercury/mercury1/repository/mercury/mdbcomp/Mmakefile,v
> retrieving revision 1.3
> diff -u -r1.3 Mmakefile
> --- mdbcomp/Mmakefile	15 Feb 2005 03:25:02 -0000	1.3
> +++ mdbcomp/Mmakefile	15 Feb 2005 04:56:39 -0000
> @@ -110,11 +110,14 @@
>  # targets
>  
>  .PHONY: all
> -all:	library $(mer_mdbcomp.int3s) $(mer_mdbcomp.ints) $(TAGS_FILE_EXISTS)
> +all:	library all-ints $(TAGS_FILE_EXISTS)
>  
>  .PHONY: library
>  library: $(LIBS)
>  
> +.PHONY: all-ints
> +all-ints: $(MDBCOMP_LIB_NAME).int3s $(MDBCOMP_LIB_NAME).ints
> +
>  .PHONY: depend
>  depend:	$(DEPENDS)
>  $(DEPENDS): Mercury.modules
> @@ -250,7 +253,7 @@
>  		$(mer_mdbcomp.int3s) $(mer_mdbcomp.ints) \

You should probably now remove the above line, which I added in a previous diff.

Ian.

>  		lib$(MDBCOMP_LIB_NAME).$A \
>  		lib$(MDBCOMP_LIB_NAME).$(EXT_FOR_SHARED_LIB) \
> -		install_dirs
> +		all-ints install_dirs

--------------------------------------------------------------------------
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