[Bf-committers] CVS commit: blender/release Makefile blender/release/plugins Makefile

Kent Mein bf-committers@blender.org
Wed, 30 Apr 2003 19:18:36 +0200 (CEST)


sirdude (Kent Mein) 2003/04/30 19:18:36 CEST

  Modified files:
    blender/release      Makefile 
    blender/release/plugins Makefile 
  
  Log:
  Moved the compiling plugins to after the binary is copied over.
  (macosX needs the binary to link against for the plugins)
  
  Also updated the plugins/Makefile to use
  $(MAKE) -C dir
  	instead of
  cd dir; make
  
  Kent
  
  Revision  Changes    Path
  1.8       +9 -9      blender/release/Makefile
  1.2       +5 -5      blender/release/plugins/Makefile