From 0161ff2670e13efb407c69c48a24f73d0a1a054f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 15 Jan 2004 10:07:59 +0000 Subject: Fixed "make clean". --- gnu/usr.bin/cc/cc_tools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index c3a3255dc4008..51216316c03bc 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -407,6 +407,7 @@ all: ${SRCS} # define PROG because we have multiple programs. # OBJS+= ${SRCS:N*.h:R:S/$/.o/g} +CLEANFILES+= ${OBJS} .if !exists(${DEPENDFILE}) # Fudge pre-dependfile dependencies of objects in much the same way as -- cgit v1.3