Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 1996 22:20:22 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libtcl Makefile
Message-ID:  <199612300620.WAA03022@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/12/29 22:20:22

  Modified:    lib/libtcl  Makefile
  Log:
  Back out max's rev 1.15.  tclLoad.c and tclLoadDl2.c are most definately
  needed, as he discovered when he tried to run vi. :-]
  These files used to be stubs which used #ifdef PIC to decide whether to
  use the real dlopen() version or the stub version from the src/contrib/tcl
  sources.  Now, with the our stubs gone, the .PATH directive causes them to
  be compiled directly from src/contrib/tcl/{unix,generic}.  You might need
  to rebuild your depend rules though as they may have stale paths.
  
  Also, this is a generated file. This should not have been edited here.
  
  Revision  Changes    Path
  1.16      +4 -3      src/lib/libtcl/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612300620.WAA03022>