bc.mak
changeset 2994 fc155f9e18b1
parent 2993 b67ee129d33a
child 3038 35577248a640
--- a/bc.mak	Sat Oct 04 17:57:27 1997 +0200
+++ b/bc.mak	Sat Oct 04 18:28:43 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.18 1997-10-04 15:57:25 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.19 1997-10-04 16:28:43 cg Exp $
 #
 
 TOP=..
@@ -65,10 +65,13 @@
 	CompCode.$(O)         \
 	  Block.$(O)          \
 	    CheapBlk.$(O)     \
+	    VarArgBlock.$(O)  \
+	      VarArgCheapBlock.$(O)  \
 	  Method.$(O)         \
       Filename.$(O)           \
         PCFilename.$(O)       \
       InterestC.$(O)          \
+      WeakInterestConverter.$(O)          \
       Link.$(O)               \
 	Process.$(O)          \
       Magnitude.$(O)          \