Fixed dependencies. fig2.3.n never got made, although it is used.

Errors in document processing are almost never passed back to `make'.

Removed the requirement for having an obj directory.  fig.2.3.n
previously had to live in obj/.
This commit is contained in:
Bruce Evans 1995-11-29 16:42:22 +00:00
parent b75a051167
commit 9e26ffcd19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12528
2 changed files with 4 additions and 3 deletions

View File

@ -1,15 +1,16 @@
# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
# $Id$
# $Id: Makefile,v 1.2 1995/01/11 04:10:07 wollman Exp $
VOLUME= papers
DOC= px
SRCS= pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n
EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.raw fig2.4.n fig3.2.n \
fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n tmac.p
OBJS= fig2.3.n
CLEANFILES+=fig2.3.n
DPADD+= fig2.3.n
USE_SOELIM= yes
USE_SOELIMPP= yes
USE_TBL= yes
fig2.3.n: fig2.3.raw

View File

@ -41,5 +41,5 @@ _
Mnemonic Reference Description
=
.TH
.so obj/fig2.3.n
.so fig2.3.n
.TE