]> granicus.if.org Git - gc/commitdiff
Fix some rare scripts for missing dependencies for finalized_mlc.c
authorIvan Maidanski <ivmai@mail.ru>
Fri, 11 Nov 2011 13:47:03 +0000 (17:47 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Nov 2011 13:47:03 +0000 (17:47 +0400)
* PCR-Makefile (CSRC): Add finalized_mlc.c emtry.
* digimars.mak (finalized_mlc.obj): Add dependency.
* gc.mak: Add 6 missing entries for finalized_mlc.

PCR-Makefile
digimars.mak
gc.mak

index f9781d922dc2098c35290e681ecafba963242155..457a47ce74753080929a3cc179951c36c71210ca 100644 (file)
@@ -34,7 +34,7 @@ PCRDIR= ..
 
 COBJ= alloc.o reclaim.o allchblk.o misc.o os_dep.o mark_rts.o headers.o mark.o obj_map.o pcr_interface.o blacklst.o finalize.o new_hblk.o real_malloc.o dyn_load.o dbg_mlc.o finalized_mlc.o malloc.o stubborn.o checksums.o solaris_threads.o typd_mlc.o ptr_chck.o mallocx.o
 
-CSRC= reclaim.c allchblk.c misc.c alloc.c mach_dep.c os_dep.c mark_rts.c headers.c mark.c obj_map.c pcr_interface.c blacklst.c finalize.c new_hblk.c real_malloc.c dyn_load.c dbg_mlc.c malloc.c stubborn.c checksums.c solaris_threads.c typd_mlc.c ptr_chck.c mallocx.c
+CSRC= reclaim.c allchblk.c misc.c alloc.c mach_dep.c os_dep.c mark_rts.c headers.c mark.c obj_map.c pcr_interface.c blacklst.c finalize.c new_hblk.c real_malloc.c dyn_load.c dbg_mlc.c finalized_mlc.c malloc.c stubborn.c checksums.c solaris_threads.c typd_mlc.c ptr_chck.c mallocx.c
 
 SHELL= /bin/sh
 
index 6c58d29209a71152e549b4d5c1716f4fb1118c74..9a5c3d7770a6f7ea180ac3289ad83c4ff770ed6f 100644 (file)
@@ -73,6 +73,7 @@ checksums.obj: checksums.c
 dbg_mlc.obj: dbg_mlc.c\r
 dyn_load.obj: dyn_load.c\r
 finalize.obj: finalize.c\r
+finalized_mlc.obj: finalized_mlc.c\r
 gc_cpp.obj: gc_cpp.cpp\r
 headers.obj: headers.c\r
 mach_dep.obj: mach_dep.c\r
diff --git a/gc.mak b/gc.mak
index 68e76a330b9c9f3d5ab2d4abd29dceda0f11e993..34641371ed34f841d91ac09210721b37d4c8d8e1 100644 (file)
--- a/gc.mak
+++ b/gc.mak
@@ -72,6 +72,8 @@ CLEAN :
        -@erase ".\Release\dyn_load.sbr"
        -@erase ".\Release\finalize.obj"
        -@erase ".\Release\finalize.sbr"
+       -@erase ".\Release\finalized_mlc.obj"
+       -@erase ".\Release\finalized_mlc.sbr"
        -@erase ".\Release\gc.bsc"
        -@erase ".\Release\gc_cpp.obj"
        -@erase ".\Release\gc_cpp.sbr"
@@ -161,6 +163,7 @@ BSC32_SBRS= \
        ".\Release\dbg_mlc.sbr" \
        ".\Release\dyn_load.sbr" \
        ".\Release\finalize.sbr" \
+       ".\Release\finalized_mlc.sbr" \
        ".\Release\gc_cpp.sbr" \
        ".\Release\headers.sbr" \
        ".\Release\mach_dep.sbr" \
@@ -200,6 +203,7 @@ LINK32_OBJS= \
        ".\Release\dbg_mlc.obj" \
        ".\Release\dyn_load.obj" \
        ".\Release\finalize.obj" \
+       ".\Release\finalized_mlc.obj" \
        ".\Release\gc_cpp.obj" \
        ".\Release\headers.obj" \
        ".\Release\mach_dep.obj" \
@@ -255,6 +259,8 @@ CLEAN :
        -@erase ".\Debug\dyn_load.sbr"
        -@erase ".\Debug\finalize.obj"
        -@erase ".\Debug\finalize.sbr"
+       -@erase ".\Debug\finalized_mlc.obj"
+       -@erase ".\Debug\finalized_mlc.sbr"
        -@erase ".\Debug\gc_cpp.obj"
        -@erase ".\Debug\gc_cpp.sbr"
        -@erase ".\Debug\gc.bsc"