From 9b89741ddec73adfbb94ea0efb9fc0b3d87b79c5 Mon Sep 17 00:00:00 2001 From: qrczak Date: Fri, 18 May 2001 22:13:28 +0000 Subject: [PATCH] [project @ 2001-05-18 22:13:28 by qrczak] Remove bogus comment. --- ghc/lib/std/cbits/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index 77e2e31..6c97dbd 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 2001/05/18 21:19:11 qrczak Exp $ +# $Id: Makefile,v 1.28 2001/05/18 22:13:28 qrczak Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -12,7 +12,4 @@ ifeq "$(DLLized)" "YES" SRC_CC_OPTS += -dynamic endif -# ----------------------------------------------------------------------------- -# Installation - include $(TOP)/mk/target.mk -- 1.7.10.4