diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2002-09-17 22:34:49 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2002-09-17 22:34:49 +0000 |
commit | 117152172ec25b98d7daf370ffda894c287aa24c (patch) | |
tree | 49a2e8f85841ec69d3acf1e8a3f6244bda366964 /language_switch | |
parent | c061e18183c1f5a40bff617e5a4b11600c9f0e45 (diff) |
This change should have been included with the change to remove the
obsolete top makefile (see previous log entry for ugcc_top.mak).
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1732 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'language_switch')
-rw-r--r-- | language_switch/pspcl6_gcc.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language_switch/pspcl6_gcc.mak b/language_switch/pspcl6_gcc.mak index f08d92829..8dc2249ee 100644 --- a/language_switch/pspcl6_gcc.mak +++ b/language_switch/pspcl6_gcc.mak @@ -32,7 +32,7 @@ SHARE_ZLIB=0 JSRCDIR=../gs/jpeg JGENDIR=$(GENDIR) JOBJDIR=$(GENDIR) - +JVERSION="6" # If you want to build the individual packages in their own directories, # you can define this here, although normally you won't need to do this: @@ -161,7 +161,7 @@ STDLIBS=-lm -lpthread # Generic makefile -include $(COMMONDIR)/ugcc_lstop.mak +include $(COMMONDIR)/ugcc_top.mak # Subsystems include $(PLSRCDIR)/plps.mak |