From a788fb0bc75155448ffe22c64c78171417bd3428 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 3 Sep 1997 23:29:20 +0000 Subject: [PATCH] [project @ 1997-09-03 23:29:20 by sof] wibble --- ghc/utils/stat2resid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/utils/stat2resid/Makefile b/ghc/utils/stat2resid/Makefile index 758694d..e8da102 100644 --- a/ghc/utils/stat2resid/Makefile +++ b/ghc/utils/stat2resid/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.6 1997/03/24 02:50:26 sof Exp $ +# $Id: Makefile,v 1.7 1997/09/03 23:29:20 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -35,7 +35,7 @@ endif # # install setup # -INSTALL_LIBS += $(DYN_LOADABLE_BITS) +INSTALL_LIBS += $(DYN_LOADABLE_BITS) INSTALL_SCRIPTS += $(SCRIPT_PROG) -- 1.7.10.4