[gs-bugs] [Bug 691485] 'make clean' doesn't
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Fri Jul 23 03:49:01 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691485
Hin-Tak Leung <hintak at ghostscript.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|hintak at ghostscript.com |marcos.woehrmann at artifex.co
| |m
--- Comment #1 from Hin-Tak Leung <hintak at ghostscript.com> 2010-07-23 03:48:59 UTC ---
This simply patch does the job:
--- a/base/gs.mak
+++ b/base/gs.mak
@@ -293,7 +293,7 @@ mostlyclean : config-clean
#****** 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
Somebody else can review and commit.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list