diff src/ChangeLog @ 2358:b3d7a8e3bcc7

[project @ 1996-08-21 03:11:55 by jwe]
author jwe
date Wed, 21 Aug 1996 03:13:11 +0000
parents 2ce6e1ec9b53
children b12625d6fbcd
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 21 02:43:44 1996 +0000
+++ b/src/ChangeLog	Wed Aug 21 03:13:11 1996 +0000
@@ -1,5 +1,11 @@
 Tue Aug 20 17:41:19 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* Makefile.in: Only define pattern rules for making .oct files if
+	OCTAVE_LITE is true.
+	Only add pic/ to $(TI_OBJ) if $(SHARED_LIBS) is true.
+	(stamp-picdir): Only create a pic subdirectory if SHARED_LIBS or
+	OCTAVE_LITE is true AND CPICFLAG or CXXPICFLAG is not empty.
+
 	* minmax.cc (Fmin, Fmax): Deal with changes to Matrix class
 	min/max methods.