[gs-cvs] rev 7969 - branches/gs-esp-gpl-merger/src
till at ghostscript.com
till at ghostscript.com
Sun May 13 17:11:57 PDT 2007
Author: till
Date: 2007-05-13 17:11:57 -0700 (Sun, 13 May 2007)
New Revision: 7969
Modified:
branches/gs-esp-gpl-merger/src/gs.mak
Log:
Replaced an $(RM) by $(RM_) to make compilation under Windows work.
Modified: branches/gs-esp-gpl-merger/src/gs.mak
===================================================================
--- branches/gs-esp-gpl-merger/src/gs.mak 2007-05-13 23:51:55 UTC (rev 7968)
+++ branches/gs-esp-gpl-merger/src/gs.mak 2007-05-14 00:11:57 UTC (rev 7969)
@@ -259,7 +259,7 @@
gconfigd_h=$(GLGENDIR)$(D)gconfigd.h
all default : $(GS_XE) $(GS_SHARED_OBJS)
- $(RM) _temp_*
+ $(RM_) _temp_*
$(NO_OP)
# the distclean and maintainer-clean targets (if any)
More information about the gs-cvs
mailing list