diff options
| author | Jason Rumney | 2008-04-09 16:21:11 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-09 16:21:11 +0000 |
| commit | 6948400ca64f6ec6d9e97b8c77fa43030728ccb5 (patch) | |
| tree | 2f2a266e29d8df0d8cde50da572c0609b084fcc5 /lib-src | |
| parent | 7a6a86adefd0e19bf5f25f263902c3e578004281 (diff) | |
| download | emacs-6948400ca64f6ec6d9e97b8c77fa43030728ccb5.tar.gz emacs-6948400ca64f6ec6d9e97b8c77fa43030728ccb5.zip | |
(distclean, maintainer-clean): New targets.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 05da52a0684..f03217b662d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-04-09 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (distclean, maintainer-clean): New targets. | ||
| 4 | |||
| 1 | 2008-03-13 Glenn Morris <rgm@gnu.org> | 5 | 2008-03-13 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (VERSION): Set to 23.0.60. | 7 | * makefile.w32-in (VERSION): Set to 23.0.60. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 0edfdf58b02..2d9954dbebc 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -347,6 +347,12 @@ clean: | |||
| 347 | - $(DEL_TREE) $(OBJDIR) | 347 | - $(DEL_TREE) $(OBJDIR) |
| 348 | - $(DEL) stamp_BLD | 348 | - $(DEL) stamp_BLD |
| 349 | 349 | ||
| 350 | distclean: cleanall | ||
| 351 | - $(DEL) TAGS | ||
| 352 | - $(DEL) Makefile | ||
| 353 | |||
| 354 | maintainer-clean: distclean | ||
| 355 | |||
| 350 | cleanall: clean | 356 | cleanall: clean |
| 351 | - $(DEL_TREE) obj | 357 | - $(DEL_TREE) obj |
| 352 | - $(DEL_TREE) obj-spd | 358 | - $(DEL_TREE) obj-spd |