nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] CVS: nmh/man Makefile.in,1.15,1.16


From: Glenn Burkhardt <address@hidden>
Subject: [Nmh-commits] CVS: nmh/man Makefile.in,1.15,1.16
Date: Sun, 22 Jun 2003 20:44:31 -0400

Update of /cvsroot/nmh/nmh/man
In directory subversions:/tmp/cvs-serv920

Modified Files:
        Makefile.in 
Log Message:
Changed use of GNU "simply expanded variables" for MAN1, MAN5, MAN8, so 
one makefile will work with SysV make (e.g., Solaris) and GNU make


Index: Makefile.in
===================================================================
RCS file: /cvsroot/nmh/nmh/man/Makefile.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Makefile.in 19 Nov 2002 20:37:50 -0000      1.15
--- Makefile.in 23 Jun 2003 00:44:28 -0000      1.16
***************
*** 72,78 ****
         mh-mts. post.
  
! MAN1 := $(MAN1SRC:.=.$(manext1))
! MAN5 := $(MAN5SRC:.=.$(manext5))
! MAN8 := $(MAN8SRC:.=.$(manext8))
  
  # Since vmh is not built or distributed, neither should vmh.1 be
--- 72,78 ----
         mh-mts. post.
  
! MAN1 = $(MAN1SRC:.=.$(manext1))
! MAN5 = $(MAN5SRC:.=.$(manext5))
! MAN8 = $(MAN8SRC:.=.$(manext8))
  
  # Since vmh is not built or distributed, neither should vmh.1 be





reply via email to

[Prev in Thread] Current Thread [Next in Thread]