*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 1996 03:28:46 +0100
changeset 871 51911dbddace
parent 870 0d60b4b7962a
child 872 af04035b443d
*** empty log message ***
Make.proto
--- a/Make.proto	Tue Jan 16 03:25:32 1996 +0100
+++ b/Make.proto	Tue Jan 16 03:28:46 1996 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.54 1996-01-11 20:40:44 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.55 1996-01-16 02:28:46 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -26,9 +26,6 @@
 		ClassDescr.$(O)                           \
 		  Class.$(O)                              \
 		  Metaclass.$(O)                          \
-	      ExtAddr.$(O)				  \
-	      ExtBytes.$(O)				  \
-	      ExtFunc.$(O)				  \
 	      Project.$(O)                                \
 	      Boolean.$(O)                                \
 		True.$(O)                                 \
@@ -116,6 +113,9 @@
 			  NPExtStr.$(O)                   \
 			    PipeStr.$(O)                  \
 	      UndefObj.$(O)                               \
+	      ExtAddr.$(O)				  \
+	      ExtBytes.$(O)				  \
+	      ExtFunc.$(O)				  \
 	      Unix.$(O)                                   
 
 #
@@ -196,7 +196,7 @@
 Exception.o: Exception.st $(STCHDR) ../include/Object.H
 ExecFunc.o: ExecFunc.st $(STCHDR) ../include/Object.H
 ExtAddr.$(O): $(STCHDR) ../include/Object.H
-ExtBytes.$(O): $(STCHDR) ../include/Object.H
+ExtBytes.$(O): $(STCHDR) ../include/ArrColl.H ../include/Object.H
 ExtFunc.$(O): $(STCHDR) ../include/Object.H
 ExtStream.o: ExtStream.st $(STCHDR) ../include/RWStream.H ../include/WriteStr.H ../include/PosStream.H ../include/PeekStr.H ../include/Stream.H ../include/Object.H
 False.o: False.st $(STCHDR) ../include/Boolean.H ../include/Object.H