From: Ian Darwin Date: Thu, 11 May 1989 14:58:29 +0000 (+0000) Subject: Punt making /etc/magic file to subdirectory Makefile for X-Git-Tag: FILE3_27~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c78cf4d7bc3ec3367ae22af692b489278261bb50;p=file Punt making /etc/magic file to subdirectory Makefile for better configuration. --- diff --git a/src/Makefile b/src/Makefile index 147f55f9..a223ab61 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. -# @(#)$Header: /home/glen/git/file/cvs/file/src/Attic/Makefile,v 1.16 1987/11/07 12:44:50 ian Exp $ +# @(#)$Header: /home/glen/git/file/cvs/file/src/Attic/Makefile,v 1.17 1989/05/11 14:58:29 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. @@ -76,8 +76,8 @@ file: $(OBJS) lint: $(SRCS) lint -ha $(DEFS) $(SRCS) | tee $@ magic: magdir -# exclude RCS or SCCS dirs: - cat magdir/[a-z]* >$@ +# magdir/Makefile's "install" mv's magic to here for testing. + cd magdir; make install ascmagic.o: names.h