From 54217642bf5cde3f7670c256737d11c0bd8514af Mon Sep 17 00:00:00 2001 From: fca Date: Mon, 14 Jun 1999 16:13:47 +0000 Subject: [PATCH] Corrected the TOCLEAN target, now obj files are properly removed. --- FMD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FMD/Makefile b/FMD/Makefile index 55d9f71e054..2bccc618cc3 100644 --- a/FMD/Makefile +++ b/FMD/Makefile @@ -56,7 +56,7 @@ $(DICT): $(HDRS) depend: $(SRCS) -TOCLEAN = $(OBSJ) *Cint.cxx *Cint.h +TOCLEAN = $(OBJS) *Cint.cxx *Cint.h ############################### General Macros ################################ -- 2.39.3