Make.proto
changeset 52 d80ec10c3321
parent 47 f861ad42703e
child 53 c5dd7abf8431
--- a/Make.proto	Tue Nov 22 01:23:56 1994 +0100
+++ b/Make.proto	Mon Nov 28 21:58:48 1994 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.11 1994-10-28 03:11:50 claus Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.12 1994-11-28 20:58:34 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -94,7 +94,7 @@
 
 I = $(INCLUDE)
 
-STCHDR=$(I)/stc.h $(I)/stcIntern.h
+STCHDR=$(I)/stc.h $(I)/stcIntern.h $(CPUINTERN_H)
 OBJECT=$(I)/Object.H $(STCHDR)
 SCANNER=$(I)/Scanner.H $(OBJECT)
 PARSER=$(I)/Parser.H $(SCANNER)