From: Christos Zoulas Date: Sun, 15 Feb 1998 23:21:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILE3_27~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bab347ab7d8e8d9aa0c69067f70ec5fd8107b28;p=file *** empty log message *** --- diff --git a/Makefile.in b/Makefile.in index bfa51608..3cb022c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile.in,v 1.2 1998/02/15 23:18:53 christos Exp $ +# @(#)$Id: Makefile.in,v 1.3 1998/02/15 23:21:17 christos 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. @@ -123,7 +123,7 @@ install.man: file.${MANCEXT} magic.${MANFEXT} clean: rm -f *.o core file magic lint dist.* MANIFEST \ magic.${MANFEXT} file.${MANCEXT} \ - config.h config.status config.cache + config.h config.status config.cache config.log clobber: cd tst; $(MAKE) clean diff --git a/src/Makefile.std b/src/Makefile.std index fa68b1cf..ae22b82b 100644 --- a/src/Makefile.std +++ b/src/Makefile.std @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile.std,v 1.2 1998/02/15 23:18:53 christos Exp $ +# @(#)$Id: Makefile.std,v 1.3 1998/02/15 23:21:17 christos 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. @@ -115,7 +115,7 @@ install.man: file.${MANCEXT} magic.${MANFEXT} clean: rm -f *.o core file magic lint dist.* MANIFEST \ magic.${MANFEXT} file.${MANCEXT} \ - config.h config.status config.cache + config.h config.status config.cache config.log clobber: cd tst; $(MAKE) clean