aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-22 20:38:16 +0000
committerEli Zaretskii2006-12-22 20:38:16 +0000
commit435c23eea17e2848d5d956e3306d7d9d82f7b4ce (patch)
tree6f17c864060d2fb568906b62239592c79e95fa41 /src
parent5e4b0b14814bb7d5287271f9a5dce6e19e205d59 (diff)
downloademacs-435c23eea17e2848d5d956e3306d7d9d82f7b4ce.tar.gz
emacs-435c23eea17e2848d5d956e3306d7d9d82f7b4ce.zip
Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 69062303ea8..70a4c536e87 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -250,7 +250,7 @@ clean:
250 - $(DEL) *~ "s/*~" "m/*~" 250 - $(DEL) *~ "s/*~" "m/*~"
251 - $(DEL) $(COMPILER_TEMP_FILES) 251 - $(DEL) $(COMPILER_TEMP_FILES)
252 - $(DEL_TREE) $(OBJDIR) 252 - $(DEL_TREE) $(OBJDIR)
253 - (DEL) stamp_BLD 253 - $(DEL) stamp_BLD
254 254
255distclean: clean 255distclean: clean
256 - $(DEL) config.h epaths.h 256 - $(DEL) config.h epaths.h