remove sysexits.h before slinking
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 5 Dec 1994 02:06:24 +0000 (18:06 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 5 Dec 1994 02:06:24 +0000 (18:06 -0800)
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.8

usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.Solaris
usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3
usr/src/usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4

index 1fd7e7b..2b3f049 100644 (file)
@@ -8,7 +8,7 @@
 #  This has been tested on Solaris 2.1 and 2.2.  If you are compiling
 #  for Solaris 2.3, use Makefile.SunOS.5.x.
 #
 #  This has been tested on Solaris 2.1 and 2.2.  If you are compiling
 #  for Solaris 2.3, use Makefile.SunOS.5.x.
 #
-#      @(#)Makefile.Solaris    8.7 (Berkeley) %G%
+#      @(#)Makefile.Solaris    8.8 (Berkeley) %G%
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -80,6 +80,7 @@ sendmail: ${BEFORE} ${OBJS}
        ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS}
 
 sysexits.h: /usr/ucbinclude/sysexits.h
        ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS}
 
 sysexits.h: /usr/ucbinclude/sysexits.h
+       rm -f sysexits.h
        ln -s /usr/ucbinclude/sysexits.h
 
 NROFF= nroff -h
        ln -s /usr/ucbinclude/sysexits.h
 
 NROFF= nroff -h
index 1d21cd7..f3c5378 100644 (file)
@@ -7,7 +7,7 @@
 #
 #  This has been tested on Solaris 2.3.
 #
 #
 #  This has been tested on Solaris 2.3.
 #
-#      @(#)Makefile.SunOS.5.3  8.7 (Berkeley) %G%
+#      @(#)Makefile.SunOS.5.3  8.8 (Berkeley) %G%
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -79,6 +79,7 @@ sendmail: ${BEFORE} ${OBJS}
        ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS}
 
 sysexits.h: /usr/ucbinclude/sysexits.h
        ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS}
 
 sysexits.h: /usr/ucbinclude/sysexits.h
+       rm -f sysexits.h
        ln -s /usr/ucbinclude/sysexits.h
 
 NROFF= nroff -h
        ln -s /usr/ucbinclude/sysexits.h
 
 NROFF= nroff -h
index c0c21ba..cd0c3b7 100644 (file)
@@ -7,7 +7,7 @@
 #
 #  This has been tested on Solaris 2.3.
 #
 #
 #  This has been tested on Solaris 2.3.
 #
-#      @(#)Makefile.SunOS.5.4  8.7 (Berkeley) %G%
+#      @(#)Makefile.SunOS.5.4  8.8 (Berkeley) %G%
 #
 
 # use O=-O (usual) or O=-g (debugging)
 #
 
 # use O=-O (usual) or O=-g (debugging)
@@ -79,6 +79,7 @@ sendmail: ${BEFORE} ${OBJS}
        ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS}
 
 sysexits.h: /usr/ucbinclude/sysexits.h
        ${CC} -o sendmail ${OBJS} ${LIBDIRS} ${LIBS}
 
 sysexits.h: /usr/ucbinclude/sysexits.h
+       rm -f sysexits.h
        ln -s /usr/ucbinclude/sysexits.h
 
 NROFF= nroff -h
        ln -s /usr/ucbinclude/sysexits.h
 
 NROFF= nroff -h