added the PACKAGE definition
authorClaus Gittinger <cg@exept.de>
Thu, 22 Apr 1999 14:07:32 +0200
changeset 2570 5d1d7997bd7d
parent 2569 f95d0808a076
child 2571 78dd8b6609a4
added the PACKAGE definition
Make.proto
--- a/Make.proto	Wed Apr 21 23:24:22 1999 +0200
+++ b/Make.proto	Thu Apr 22 14:07:32 1999 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview/Make.proto,v 1.104 1999-04-17 12:49:19 cg Exp $
+# $Header: /cvs/stx/stx/libview/Make.proto,v 1.105 1999-04-22 12:07:32 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -6,12 +6,13 @@
 SUBDIRS=
 
 LIBNAME=libview
+PACKAGE=stx:$(LIBNAME)
 LIB_BASE=$(LIBVIEW_BASE)
 
 SMALLLIBNAME=libview_small
 STCOPT=$(LIBVIEW_STCOPT)
 ZFLAG=-varPrefix=$(LIBNAME)
-STCLOCALOPT='-package=stx:$(LIBNAME)' $(COMMONSYMBOLS) $(SEPINITCODE) $(ZFLAG)
+STCLOCALOPT='-package=$(PACKAGE)' $(COMMONSYMBOLS) $(SEPINITCODE) $(ZFLAG)
 LINKOBJRULE=$(SEPINITLINKOBJRULE)
 
 LOCALDEFS=-I$(XINCLUDE) $(XDEFS) $(CC_3D_FLAGS)