Advertisement
darkxst

Untitled

Jan 4th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2.  
  3. --- js/src/Makefile.in.orig
  4. +++ js/src/Makefile.in
  5. @@ -963,7 +963,8 @@ endif
  6. install:: $(LIBRARY) $(SHARED_LIBRARY) $(IMPORT_LIBRARY)
  7. ifneq (,$(LIBRARY))
  8. $(SYSINSTALL) $(LIBRARY) $(DESTDIR)$(libdir)
  9. - mv -f $(DESTDIR)$(libdir)/$(LIBRARY) $(subst $(STATIC_LIBRARY_NAME),mozjs187-$(SRCREL_ABI_VERSION),$(DESTDIR)$(libdir)/$(LIBRARY))
  10. + mv -f $(DESTDIR)$(libdir)/$(word 1,$(LIBRARY)) $(subst $(STATIC_LIBRARY_NAME),mozjs187-$(SRCREL_ABI_VERSION),$(DESTDIR)$(libdir)/$(word 1,$(LIBRARY)))
  11. + mv -f $(DESTDIR)$(libdir)/$(word 2,$(LIBRARY)) $(subst $(STATIC_LIBRARY_NAME),mozjs187-$(SRCREL_ABI_VERSION),$(DESTDIR)$(libdir)/$(word 2,$(LIBRARY)))
  12. endif
  13. ifneq (,$(SHARED_LIBRARY))
  14. ifeq (,$(HOST_BIN_SUFFIX))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement