mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
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:
parent
b75a051167
commit
9e26ffcd19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12528
@ -1,15 +1,16 @@
|
|||||||
# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
|
# From: @(#)Makefile 5.3 (Berkeley) 6/8/93
|
||||||
# $Id$
|
# $Id: Makefile,v 1.2 1995/01/11 04:10:07 wollman Exp $
|
||||||
|
|
||||||
VOLUME= papers
|
VOLUME= papers
|
||||||
DOC= px
|
DOC= px
|
||||||
SRCS= pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n
|
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 \
|
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
|
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
|
CLEANFILES+=fig2.3.n
|
||||||
DPADD+= fig2.3.n
|
|
||||||
|
|
||||||
USE_SOELIM= yes
|
USE_SOELIM= yes
|
||||||
|
USE_SOELIMPP= yes
|
||||||
USE_TBL= yes
|
USE_TBL= yes
|
||||||
|
|
||||||
fig2.3.n: fig2.3.raw
|
fig2.3.n: fig2.3.raw
|
||||||
|
@ -41,5 +41,5 @@ _
|
|||||||
Mnemonic Reference Description
|
Mnemonic Reference Description
|
||||||
=
|
=
|
||||||
.TH
|
.TH
|
||||||
.so obj/fig2.3.n
|
.so fig2.3.n
|
||||||
.TE
|
.TE
|
||||||
|
Loading…
Reference in New Issue
Block a user