From 49da4dfc8d9c22d0dbf03a30623ec1fb5736f3d5 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 25 Jan 1995 19:19:03 +0000 Subject: [PATCH] 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/Makefile.dev | 2 -- gnu/usr.bin/groff/font/Makefile.dev | 2 -- 2 files changed, 4 deletions(-) diff --git a/gnu/usr.bin/groff/Makefile.dev b/gnu/usr.bin/groff/Makefile.dev index cd8c96d2c8d0..0df1d80a396d 100644 --- a/gnu/usr.bin/groff/Makefile.dev +++ b/gnu/usr.bin/groff/Makefile.dev @@ -11,8 +11,6 @@ FONTOWN?= bin FONTGRP?= bin FONTMODE?= 444 -CLEANFILES+= $(FONTFILES) - all: $(FONTFILES) .if !target(maninstall) diff --git a/gnu/usr.bin/groff/font/Makefile.dev b/gnu/usr.bin/groff/font/Makefile.dev index cd8c96d2c8d0..0df1d80a396d 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)