From cee65e133af5d30cf3e15d4678eb58d76502bba6 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sat, 14 May 2005 04:04:45 +0000 Subject: [PATCH] Don't try to install profiled libs (pointed out by Stefan Wehr) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52459ee..7fd518e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ EvalHaskell.h: build install: $(INSTALL_DATA_DIR) $(LIBDIR)/include $(INSTALL_DATA) EvalHaskell.h $(LIBDIR)/include - @(cd src && $(MAKE) install && $(MAKE) install way=p) + @(cd src && $(MAKE) install) # # and register the library with ghc package system