aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii2009-08-28 14:01:04 +0000
committerEli Zaretskii2009-08-28 14:01:04 +0000
commite7adeadcd334ddad26ba45d84d43e0acf25e7e20 (patch)
treef1771d6b96af82b8d147c02fda5791c36187ffcd /src/makefile.w32-in
parent249b95643b147ae0c2ffbf4dcc479f3b531860a4 (diff)
downloademacs-e7adeadcd334ddad26ba45d84d43e0acf25e7e20.tar.gz
emacs-e7adeadcd334ddad26ba45d84d43e0acf25e7e20.zip
(clean): Add buildobj.h.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 230512ee3c2..fd32a684da0 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -280,6 +280,7 @@ clean:
280 - $(DEL) $(COMPILER_TEMP_FILES) 280 - $(DEL) $(COMPILER_TEMP_FILES)
281 - $(DEL_TREE) $(OBJDIR) 281 - $(DEL_TREE) $(OBJDIR)
282 - $(DEL) stamp_BLD 282 - $(DEL) stamp_BLD
283 - $(DEL) buildobj.h
283 284
284distclean: cleanall 285distclean: cleanall
285 - $(DEL) config.h epaths.h Makefile 286 - $(DEL) config.h epaths.h Makefile