*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 18 Apr 1996 01:13:47 +0200
changeset 1209 6103634269af
parent 1208 f4db36c78a6f
child 1210 b2fbf119dbbd
*** empty log message ***
Make.proto
--- a/Make.proto	Wed Apr 17 22:51:19 1996 +0200
+++ b/Make.proto	Thu Apr 18 01:13:47 1996 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.68 1996-04-17 17:06:50 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.69 1996-04-17 23:13:47 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -15,9 +15,6 @@
 
 RCSSOURCES=*.st Make.proto resources/*.rs
 
-NOTINCLUDEDOBJS=				\
-	SFloat.$(O)
-
 #
 # those are not time critical
 # save a few kB by compiling them with +optspace
@@ -95,6 +92,7 @@
 		      SmallInt.$(O)                       \
 		    LPReal.$(O)                           \
 		      Float.$(O)                          \
+		      SFloat.$(O)                         \
 		  Point.$(O)                              \
 		Character.$(O)                            \
 		Date.$(O)                                 \