Makefile.dev:

Don't initialize CLEANFILES here.  Many FONTFILES are sources and required
special clean rules to avoid cleaning.

Makefile.tty:
Initialize CLEANFILES.  All tty FONTFILES are objects.
This commit is contained in:
Bruce Evans 1995-01-25 19:19:03 +00:00
parent ab8791e05b
commit 49da4dfc8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5890
2 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,6 @@ FONTOWN?= bin
FONTGRP?= bin
FONTMODE?= 444
CLEANFILES+= $(FONTFILES)
all: $(FONTFILES)
.if !target(maninstall)

View File

@ -11,8 +11,6 @@ FONTOWN?= bin
FONTGRP?= bin
FONTMODE?= 444
CLEANFILES+= $(FONTFILES)
all: $(FONTFILES)
.if !target(maninstall)