]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected the TOCLEAN target, now obj files are properly removed.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Jun 1999 16:13:47 +0000 (16:13 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Jun 1999 16:13:47 +0000 (16:13 +0000)
FMD/Makefile

index 55d9f71e054fa95c7ac6d88087fe1415429e9c7e..2bccc618cc3fb191120dd8a452985d9424c62b5b 100644 (file)
@@ -56,7 +56,7 @@ $(DICT):                      $(HDRS)
 
 depend:                                $(SRCS)
 
-TOCLEAN                 = $(OBSJ) *Cint.cxx *Cint.h
+TOCLEAN                 = $(OBJS) *Cint.cxx *Cint.h
 
 ############################### General Macros ################################