diff options
| author | Karoly Lorentey | 2005-09-04 03:48:17 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-09-04 03:48:17 +0000 |
| commit | fbf349734468d48b421c3d03074bb66dfcf3115b (patch) | |
| tree | 0a7d1ee844b6c591a5a499d23e35931945106e5a /lib-src/makefile.w32-in | |
| parent | f0caabd962b662cccbea472995d86af718cc8d0b (diff) | |
| parent | 4b5fa40e1f1ba3cafde672863a0331311d1c2695 (diff) | |
| download | emacs-fbf349734468d48b421c3d03074bb66dfcf3115b.tar.gz emacs-fbf349734468d48b421c3d03074bb66dfcf3115b.zip | |
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Patches applied:
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0
tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1
Add CVS metadata files.
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2
Update from CVS.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
Diffstat (limited to 'lib-src/makefile.w32-in')
| -rw-r--r-- | lib-src/makefile.w32-in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index d8e8c205b3b..bfda0f25d5f 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,5 +1,6 @@ | |||
| 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, 2004 Free Software Foundation, Inc. | 2 | # Copyright (C) 2000, 2001, 2002, 2003, 2004, |
| 3 | # 2005 Free Software Foundation, Inc. | ||
| 3 | # | 4 | # |
| 4 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 5 | # | 6 | # |
| @@ -286,6 +287,7 @@ install: $(INSTALL_FILES) | |||
| 286 | clean: | 287 | clean: |
| 287 | - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) | 288 | - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) |
| 288 | - $(DEL) ctags.c | 289 | - $(DEL) ctags.c |
| 290 | - $(DEL) getopt.h | ||
| 289 | - $(DEL_TREE) $(OBJDIR) | 291 | - $(DEL_TREE) $(OBJDIR) |
| 290 | 292 | ||
| 291 | cleanall: clean | 293 | cleanall: clean |
| @@ -301,6 +303,8 @@ cleanall: clean | |||
| 301 | $(CP) $(ALL_DEPS) $@ | 303 | $(CP) $(ALL_DEPS) $@ |
| 302 | ../src/paths.h: ../nt/paths.h | 304 | ../src/paths.h: ../nt/paths.h |
| 303 | $(CP) $(ALL_DEPS) $@ | 305 | $(CP) $(ALL_DEPS) $@ |
| 306 | getopt.h: getopt_.h | ||
| 307 | $(CP) $(ALL_DEPS) $@ | ||
| 304 | 308 | ||
| 305 | ### DEPENDENCIES ### | 309 | ### DEPENDENCIES ### |
| 306 | 310 | ||