diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-08-08 00:54:52 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-08-08 00:54:52 +0000 |
commit | 82e010844ff36090efb80bf7f46a28d72c948cba (patch) | |
tree | 5431b467328c5491b3d89bd2d8591fa5a879f54d /common/generic.mak | |
parent | 74335200616a1e3c01f689ac18d9218b3939be43 (diff) |
new common 1.02
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@264 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'common/generic.mak')
-rw-r--r-- | common/generic.mak | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/generic.mak b/common/generic.mak index 11abd90e9..677ed6e68 100644 --- a/common/generic.mak +++ b/common/generic.mak @@ -48,7 +48,7 @@ # 1 MAKEFILE, <subsys>DIR for each subsystem, TARGET_XE # 2 (rule for building executable) # 3 CCC, CCLEAFFLAGS -# 4 D, OBJ, C_, O_, XE, CP_, RM_, RMN_ +# 4 D, OBJ, C_, I_, II, _I, O_, XE, CP_, RM_, RMN_ # 5 CCLEAF, GS_XE, ECHOGS_XE, SETMOD, ADDMOD # 6 <subsys>_MAK # 7 (default rule) @@ -68,12 +68,12 @@ CCLEAF=$(CCC) $(CCLEAFFLAGS) # Define the Ghostscript executable. -# Currently it always lives in the GS directory. -GS_XE=$(GSDIR)$(D)gs$(XE) +# Currently it always lives in the GLOBJ directory. +GS_XE=$(GLOBJDIR)$(D)gs$(XE) # Define the echogs executable. -# Currently it always lives in the GS directory. -ECHOGS_XE=$(GSDIR)$(D)echogs$(XE) +# Currently it always lives in the GLOBJ directory. +ECHOGS_XE=$(GLOBJDIR)$(D)echogs$(XE) # Define the commands for building module descriptions. SETMOD=$(ECHOGS_XE) -e .dev -w- -Q-obj |