diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/makefile.w32-in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 6363904108e..adbb3fd57b8 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. |
| 2 | # Copyright (c) 2000-2001 Free Software Foundation, Inc. | 2 | # Copyright (c) 2000-2001, 2004 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # Top level makefile for building GNU Emacs on Windows NT | 4 | # Top level makefile for building GNU Emacs on Windows NT |
| 5 | # | 5 | # |
| @@ -281,5 +281,3 @@ cleanall: clean cleanall-other-dirs-$(MAKETYPE) | |||
| 281 | 281 | ||
| 282 | realclean: cleanall | 282 | realclean: cleanall |
| 283 | - $(DEL_TREE) ../bin | 283 | - $(DEL_TREE) ../bin |
| 284 | |||
| 285 | # arch-tag: 6f5b23a6-774b-4598-9c29-58235b2b4219 | ||