Don't try to install profiled libs (pointed out by Stefan Wehr)
This commit is contained in:
parent
9cc381edf7
commit
cee65e133a
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user