[project @ 1996-01-10 12:38:57 by partain]
[ghc-hetmet.git] / ghc / runtime / Jmakefile
index aa221ee..ea1edaf 100644 (file)
@@ -155,6 +155,7 @@ CLIB_LC =                           \
        hooks/OutOfVM.lc                \
        hooks/PatErrorHdr.lc            \
        hooks/TraceHooks.lc             \
+       hooks/SizeHooks.lc              \
        io/closeFile.lc                 \
        io/createDirectory.lc           \
        io/env.lc                       \
@@ -267,6 +268,7 @@ CompileClibishly(hooks/OutOfStk,)
 CompileClibishly(hooks/OutOfVM,)
 CompileClibishly(hooks/PatErrorHdr,)
 CompileClibishly(hooks/TraceHooks,)
+CompileClibishly(hooks/SizeHooks,)
 CompileClibishly(io/closeFile,)
 CompileClibishly(io/createDirectory,)
 CompileClibishly(io/env,)