Don't try to install profiled libs (pointed out by Stefan Wehr)

This commit is contained in:
Don Stewart 2005-05-14 04:04:45 +00:00
parent 9cc381edf7
commit cee65e133a

View File

@ -23,7 +23,7 @@ EvalHaskell.h: build
install: install:
$(INSTALL_DATA_DIR) $(LIBDIR)/include $(INSTALL_DATA_DIR) $(LIBDIR)/include
$(INSTALL_DATA) EvalHaskell.h $(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 # and register the library with ghc package system