From 6c23856700d1ce74e5e5c8934b40b9526a2a68cb Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 10:57:58 +0000 Subject: [PATCH] [project @ 1998-08-14 10:57:58 by sof] Updated to reflect last batch of changes --- ghc/runtime/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/runtime/Makefile b/ghc/runtime/Makefile index 23e7ac4..adee828 100644 --- a/ghc/runtime/Makefile +++ b/ghc/runtime/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $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 stuff is written in C (and cannot be written in Haskell). @@ -110,6 +110,7 @@ SRCS_RTS_LC = $(wildcard c-as-asm/*.lc) \ main/RtsFlags.lc \ main/main.lc \ prims/PrimArith.lc \ + prims/LongLong.lc \ prims/PrimMisc.lc \ profiling/CostCentre.lc \ profiling/Hashing.lc \ -- 1.7.10.4