[gs-cvs] rev 7990 - trunk/gs/src

till at ghostscript.com till at ghostscript.com
Mon May 21 07:38:22 PDT 2007


Author: till
Date: 2007-05-21 07:38:22 -0700 (Mon, 21 May 2007)
New Revision: 7990

Modified:
   trunk/gs/src/devs.mak
Log:
Made the definitions of IMDISRC and IMDISRCDIR platform-independent and also
working when the source tree is in a directory not named "gs".


Modified: trunk/gs/src/devs.mak
===================================================================
--- trunk/gs/src/devs.mak	2007-05-21 12:26:11 UTC (rev 7989)
+++ trunk/gs/src/devs.mak	2007-05-21 14:38:22 UTC (rev 7990)
@@ -1496,8 +1496,8 @@
 
 ### IMDI from Argyll
 
-IMDISRCDIR=../gs/imdi/
-IMDISRC=../gs/imdi
+IMDISRC=$(GLSRC)imdi
+IMDISRCDIR=$(IMDISRC)$(D)
 
 simdi_=$(GLOBJ)imdi.$(OBJ) $(GLOBJ)imdi_tab.$(OBJ)
 



More information about the gs-cvs mailing list