Skip to content
Snippets Groups Projects
Commit 6c238567 authored by sof's avatar sof
Browse files

[project @ 1998-08-14 10:57:58 by sof]

Updated to reflect last batch of changes
parent db0176b2
No related branches found
No related tags found
No related merge requests found
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# $Id: Makefile,v 1.10 1997/09/05 09:16:28 simonm Exp $ # $Id: Makefile,v 1.11 1998/08/14 10:57:58 sof Exp $
# This is the Makefile for the runtime-system stuff. # This is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell). # This stuff is written in C (and cannot be written in Haskell).
...@@ -110,6 +110,7 @@ SRCS_RTS_LC = $(wildcard c-as-asm/*.lc) \ ...@@ -110,6 +110,7 @@ SRCS_RTS_LC = $(wildcard c-as-asm/*.lc) \
main/RtsFlags.lc \ main/RtsFlags.lc \
main/main.lc \ main/main.lc \
prims/PrimArith.lc \ prims/PrimArith.lc \
prims/LongLong.lc \
prims/PrimMisc.lc \ prims/PrimMisc.lc \
profiling/CostCentre.lc \ profiling/CostCentre.lc \
profiling/Hashing.lc \ profiling/Hashing.lc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment