*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 19 Nov 1999 13:31:02 +0100
changeset 994 a7e113e1e58e
parent 993 902eec8d132b
child 995 021cc3fb219b
*** empty log message ***
Make.proto
--- a/Make.proto	Tue Nov 16 21:51:20 1999 +0100
+++ b/Make.proto	Fri Nov 19 13:31:02 1999 +0100
@@ -1,12 +1,13 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.66 1999-09-08 09:56:19 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.67 1999-11-19 12:31:02 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
 TOP=..
 SUBDIRS=
 
+MODULE=stx
 LIBNAME=libcomp
-PACKAGE=stx:$(LIBNAME)
+PACKAGE=$(MODULE):$(LIBNAME)
 LIB_BASE=$(LIBCOMP_BASE)
 NM_LIB_BASE=LIBCOMP_BASE
 
@@ -25,7 +26,7 @@
 # these are uncritical - save some bytes by compiling with optspace
 #
 UNCRITICALOBJS=\
-      Explainer.$(O)		\
+      Explainer.$(O)            \
       ProgramNodeEnumerator.$(O)\
       SyntaxHighlighter.$(O)