[gs-cvs] rev 10418 - branches/icc_work/base

Hin-Tak Leung hintak at ghostscript.com
Mon Nov 30 23:26:31 PST 2009


Author: hintak
Date: 2009-12-01 07:26:30 +0000 (Tue, 01 Dec 2009)
New Revision: 10418

Modified:
   branches/icc_work/base/devs.mak
Log:
white spaces in the icc_work branch makefile.

GNU make really wants tabs to be tabs. This change removes a space
before a tab and also replace a group of spaces as tabs. 
r10380 and r10382 introduced some white space changes and broke unix builds.



Modified: branches/icc_work/base/devs.mak
===================================================================
--- branches/icc_work/base/devs.mak	2009-12-01 04:38:29 UTC (rev 10417)
+++ branches/icc_work/base/devs.mak	2009-12-01 07:26:30 UTC (rev 10418)
@@ -1269,7 +1269,7 @@
 $(GLOBJ)gdevxcf.$(OBJ) : $(GLSRC)gdevxcf.c $(PDEVH) $(math__h)\
  $(gdevdcrd_h) $(gscrd_h) $(gscrdp_h) $(gsparam_h) $(gxlum_h)\
  $(gxdcconv_h) $(gscms_h) $(gsicccache_h) $(gsiccmanage_h)
- 	$(GLCC) $(GLO_)gdevxcf.$(OBJ) $(C_) $(GLSRC)gdevxcf.c
+	$(GLCC) $(GLO_)gdevxcf.$(OBJ) $(C_) $(GLSRC)gdevxcf.c
 
 ### --------------------------- The PSD device ------------------------- ###
 
@@ -1567,7 +1567,7 @@
 $(GLOBJ)gdevimdi.$(OBJ) : $(GLSRC)gdevimdi.c $(PDEVH) \
     $(gscdefs_h) $(gscspace_h) $(gxgetbit_h) $(gxiparam_h) $(gxlum_h)\
     $(gscms_h) $(gsicccache_h) $(gsiccmanage_h)
-    $(GLCC) -I$(IMDISRCDIR) $(GLO_)gdevimdi.$(OBJ) $(C_) $(GLSRC)gdevimdi.c
+	$(GLCC) -I$(IMDISRCDIR) $(GLO_)gdevimdi.$(OBJ) $(C_) $(GLSRC)gdevimdi.c
 
 $(DD)imdi.dev : $(DEVS_MAK) $(imdi_) $(GLD)page.dev $(GLD)sicclib.dev $(GLD)simdi.dev
 	$(SETPDEV2) $(DD)imdi $(imdi_)



More information about the gs-cvs mailing list