trivial diff: delete stray tab from library/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Jun 1 10:07:58 AEST 1998


library/Mmakefile:
        Delete a stray tab that caused problems with older versions
	of GNU Make.  (Thanks to Warwick Harvey for reporting this bug.)

Index: library/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/library/Mmakefile,v
retrieving revision 1.30
diff -u -r1.30 Mmakefile
--- Mmakefile	1998/04/28 06:15:14	1.30
+++ Mmakefile	1998/06/01 00:05:51
@@ -124,7 +124,6 @@
 	store.nu.nl
 NU_OVERRIDING_LIBRARY_NLS = map.nu.nl assoc_list.nu.nl array.nu.nl
 NU_DEBUG_LIBRARY_NLS = portray.nl debug.nl error.nl
-	
 
 NU_LIBRARY_NOS = $(NU_LIBRARY_NLS:%.nl=$(nos_subdir)%.no)
 NU_OVERRIDING_LIBRARY_NOS = $(NU_OVERRIDING_LIBRARY_NLS:%.nl=$(nos_subdir)%.no)


-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list