now: make obj dirs if necessary, but only where necessary

This commit is contained in:
cgd 1993-05-28 11:04:17 +00:00
parent 0f902ffaee
commit d42adacff4
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@
.include "../../Makefile.fontdir"
NOOBJ=
DEVICEDIR?= $(FONTDIR)/dev$(DEVICE)
FONTOWN?= bin
FONTGRP?= bin

View File

@ -4,6 +4,6 @@ DEVICE= dvi
FONTS= R I B BI CW MI S EX H
FONTFILES= $(FONTS) DESC eqnchar
clean cleandir:
clean cleandir obj:
.include "../Makefile.dev"

View File

@ -8,6 +8,6 @@ FONTS= AB ABI AI AR BMB BMBI BMI BMR CB CBI CI CR HB HBI \
SUPPORT= download prologue symbolsl.ps text.enc textmap \
zapfdr.ps
clean cleandir:
clean cleandir obj:
.include "../Makefile.dev"