From: simonm Date: Wed, 25 Feb 1998 16:02:20 +0000 (+0000) Subject: [project @ 1998-02-25 16:02:11 by simonm] X-Git-Tag: Approx_2487_patches~914 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d22ca7eab349f798d721e68c73a127adf23b81df;p=ghc-hetmet.git [project @ 1998-02-25 16:02:11 by simonm] remove references to hslibs, and add \$Id\$ --- diff --git a/ghc/lib/misc/Makefile b/ghc/lib/misc/Makefile index ba23358..51fa2b2 100644 --- a/ghc/lib/misc/Makefile +++ b/ghc/lib/misc/Makefile @@ -1,6 +1,8 @@ +# $Id: Makefile,v 1.6 1998/02/25 16:02:20 simonm Exp $ # -# Makefile for hslibs subdir +# Makefile for miscellaneous libraries. # + TOP = ../.. include $(TOP)/mk/boilerplate.mk diff --git a/ghc/lib/posix/Makefile b/ghc/lib/posix/Makefile index a7273cb..ed2d5b5 100644 --- a/ghc/lib/posix/Makefile +++ b/ghc/lib/posix/Makefile @@ -1,6 +1,8 @@ +# $Id: Makefile,v 1.3 1998/02/25 16:02:11 simonm Exp $ # -# Makefile for hslibs subdir +# Makefile for POSIX library # + TOP=../.. include $(TOP)/mk/boilerplate.mk