From 8f80a82d24824a9faca5e821cfdefd0d77781f3b Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 25 Jan 1995 19:19:03 +0000 Subject: 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. --- gnu/usr.bin/groff/font/Makefile.dev | 2 -- 1 file changed, 2 deletions(-) (limited to 'gnu/usr.bin/groff/font/Makefile.dev') diff --git a/gnu/usr.bin/groff/font/Makefile.dev b/gnu/usr.bin/groff/font/Makefile.dev index cd8c96d..0df1d80 100644 --- a/gnu/usr.bin/groff/font/Makefile.dev +++ b/gnu/usr.bin/groff/font/Makefile.dev @@ -11,8 +11,6 @@ FONTOWN?= bin FONTGRP?= bin FONTMODE?= 444 -CLEANFILES+= $(FONTFILES) - all: $(FONTFILES) .if !target(maninstall) -- cgit v1.1