From da517114a391c3c60d0dba4fdfdba18edb534539 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Mon, 5 Apr 1993 10:39:30 +0000 Subject: [PATCH] Add rcsdiff; remove dummy "new" (no longer needed) target. --- src/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Makefile b/src/Makefile index 6e3fa0fd..5751a14c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.33 1993/04/05 10:37:16 ian Exp $ +# @(#)$Id: Makefile,v 1.34 1993/04/05 10:39:30 ian Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -127,9 +127,8 @@ dist.src: $(ALLSRC) MANIFEST (echo mkdir localinc localinc/sys localsrc tst; \ $(SHAR) $(ALLSRC) MANIFEST) > $@ -new: $(ALLSRC) - echo $? - touch new +rcsdiff: $(ALLSRC) + rcsdiff -q RCS/* MANIFEST: $(ALLSRC) ident $(ALLSRC) > MANIFEST -- 2.50.1