Guest User

Untitled

a guest
Feb 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. commit e969e91c99630b4cb0d03b9f0eee3e24ac7e72bf
  2. Author: Stephane Glondu <steph@glondu.net>
  3. Date: Mon Nov 3 00:26:12 2008 +0100
  4.  
  5. Link libcamlrun_shared.so to $(BYTECCLIBS)
  6.  
  7. diff --git a/byterun/Makefile b/byterun/Makefile
  8. index 1a56dd1..dafdd77 100644
  9. --- a/byterun/Makefile
  10. +++ b/byterun/Makefile
  11. @@ -48,7 +48,7 @@ libcamlrund.a: $(DOBJS)
  12. $(RANLIB) libcamlrund.a
  13.  
  14. libcamlrun_shared.so: $(PICOBJS)
  15. - $(MKDLL) -o libcamlrun_shared.so $(PICOBJS)
  16. + $(MKDLL) $(BYTECCLIBS) -o libcamlrun_shared.so $(PICOBJS)
  17.  
  18. .SUFFIXES: .d.o .pic.o
Add Comment
Please, Sign In to add comment