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:
parent
ab8791e05b
commit
49da4dfc8d
@ -11,8 +11,6 @@ FONTOWN?= bin
|
||||
FONTGRP?= bin
|
||||
FONTMODE?= 444
|
||||
|
||||
CLEANFILES+= $(FONTFILES)
|
||||
|
||||
all: $(FONTFILES)
|
||||
|
||||
.if !target(maninstall)
|
||||
|
@ -11,8 +11,6 @@ FONTOWN?= bin
|
||||
FONTGRP?= bin
|
||||
FONTMODE?= 444
|
||||
|
||||
CLEANFILES+= $(FONTFILES)
|
||||
|
||||
all: $(FONTFILES)
|
||||
|
||||
.if !target(maninstall)
|
||||
|
Loading…
x
Reference in New Issue
Block a user