working from the current top of the CVS tree, "make install"
fails if run twice in a row (for me anyway, on RH9) because
of an existing ln target.

i think this is the fix.  (this patch copy-n-pasted, so the
leading tabs are almost certainly spaces by the time you read it. :-)

paul


Index: nmh/uip/Makefile.in
===================================================================
RCS file: /cvsroot/nmh/nmh/uip/Makefile.in,v
retrieving revision 1.17
diff -u -U7 -r1.17 Makefile.in
--- nmh/uip/Makefile.in 19 Nov 2002 20:37:51 -0000      1.17
+++ nmh/uip/Makefile.in 16 Sep 2003 01:46:50 -0000
@@ -262,14 +262,15 @@
 
 # install links
 install-lcmds:
        rm -f $(bindir)/flists
        rm -f $(bindir)/folders
        rm -f $(bindir)/prev
        rm -f $(bindir)/next
+       rm -f $(libdir)/install-mh
        $(LN) $(bindir)/flist  $(bindir)/flists
        $(LN) $(bindir)/folder $(bindir)/folders
        $(LN) $(bindir)/show   $(bindir)/prev
        $(LN) $(bindir)/show   $(bindir)/next
        $(LN) $(bindir)/install-mh   $(libdir)/install-mh
 
 # install misc support binaries


=---------------------
 paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 64.4 degrees)


_______________________________________________
Nmh-workers mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to