[gs-commits] rev 11540 - trunk/gs/base
alexcher at ghostscript.com
alexcher at ghostscript.com
Fri Jul 23 20:01:28 UTC 2010
Author: alexcher
Date: 2010-07-23 20:01:28 +0000 (Fri, 23 Jul 2010)
New Revision: 11540
Modified:
trunk/gs/base/gs.mak
Log:
Make *clean targets remove generated tif*.h files. Bug 691485.
Modified: trunk/gs/base/gs.mak
===================================================================
--- trunk/gs/base/gs.mak 2010-07-23 19:01:45 UTC (rev 11539)
+++ trunk/gs/base/gs.mak 2010-07-23 20:01:28 UTC (rev 11540)
@@ -293,7 +293,7 @@
#****** FOLLOWING IS WRONG, NEEDS TO BE PER-SUBSYSTEM ******
config-clean :
$(RMN_) $(GSGEN)*.dev $(GSGEN)devs*.tr $(GSGEN)gconfig*.h
- $(RMN_) $(GSGEN)gconfx*.h $(GSGEN)j*.h
+ $(RMN_) $(GSGEN)gconfx*.h $(GSGEN)j*.h $(GSGEN)tif*.h
$(RMN_) $(GSGEN)c*.tr $(GSGEN)o*.tr $(GSGEN)l*.tr
# Macros for constructing the *.dev files that describe features and
More information about the gs-commits
mailing list