diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2010-08-03 05:56:13 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2010-08-03 05:56:13 +0000 |
commit | 7cb51a830b582d7203a3a94f234e732ce6fa8114 (patch) | |
tree | 9ec114d429a1d448cdf059abd4a8f603cb94e8de /common | |
parent | c245676ed6dbfa973de8dd11f30932188e1e5da6 (diff) |
Remove the mkromfs program upon make clean, fixes 691128.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11593 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'common')
-rw-r--r-- | common/ugcc_top.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak index 1eea98f29..f54f51698 100644 --- a/common/ugcc_top.mak +++ b/common/ugcc_top.mak @@ -79,6 +79,7 @@ pdl-clean: $(RMN_) $(GENDIR)/*.$(OBJ) $(RMN_) $(GENDIR)/*.h $(RMN_) $(GENDIR)/*.c + $(RMN_) $(GENDIR)/mkromfs $(RMN_) $(GENARCH_XE) $(RMN_) $(ECHOGS_XE) $(RMN_) $(GENCONF_XE) |