From 675514383d758617e0594d40994c884912cc289e Mon Sep 17 00:00:00 2001 From: dcs Date: Fri, 28 Jan 2000 03:07:25 +0000 Subject: [PATCH] Add testmain.o to CLEANFILES. --- sys/boot/ficl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 04cce5b7efcd..a99ee626ff47 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/${MACHINE_ARCH} BASE_SRCS= dict.c ficl.c math64.c stack.c vm.c words.c SRCS= ${BASE_SRCS} sysdep.c softcore.c -CLEANFILES= softcore.c testmain +CLEANFILES= softcore.c testmain testmain.o .ifmake testmain CFLAGS+= -DTESTMAIN -D_TESTMAIN SRCS+= testmain.c