diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 11 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
3 files changed, 18 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4f4d2b50a00..2d2bb06cd6f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Update .PHONY listings in makefiles. | ||
| 4 | * Makefile.in (.PHONY): Add all, need-blessmail, maybe-blessmail, | ||
| 5 | install, uninstall, mostlyclean, clean, distclean, | ||
| 6 | maintainer-clean, extraclean, check, tags. | ||
| 7 | |||
| 8 | 2012-07-29 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 10 | * makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD. | ||
| 11 | |||
| 1 | 2012-07-12 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2012-07-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | * movemail.c: Add missing 'defined'. | 14 | * movemail.c: Add missing 'defined'. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index fe727c65730..a578966b0f0 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -180,6 +180,8 @@ CPP_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${CPPFLAGS} ${CFLAGS} | |||
| 180 | 180 | ||
| 181 | all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} | 181 | all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} |
| 182 | 182 | ||
| 183 | .PHONY: all need-blessmail maybe-blessmail | ||
| 184 | |||
| 183 | LOADLIBES = ../lib/libgnu.a $(LIBS_SYSTEM) | 185 | LOADLIBES = ../lib/libgnu.a $(LIBS_SYSTEM) |
| 184 | $(EXE_FILES): ../lib/libgnu.a | 186 | $(EXE_FILES): ../lib/libgnu.a |
| 185 | 187 | ||
| @@ -231,6 +233,9 @@ $(DESTDIR)${archlibdir}: all | |||
| 231 | done ; \ | 233 | done ; \ |
| 232 | fi | 234 | fi |
| 233 | 235 | ||
| 236 | .PHONY: install uninstall mostlyclean clean distclean maintainer-clean | ||
| 237 | .PHONY: extraclean check tags | ||
| 238 | |||
| 234 | install: $(DESTDIR)${archlibdir} | 239 | install: $(DESTDIR)${archlibdir} |
| 235 | @echo | 240 | @echo |
| 236 | @echo "Installing utilities for users to run." | 241 | @echo "Installing utilities for users to run." |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 4b2b523ea34..65e2f7cae25 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. |
| 2 | # Copyright (C) 2000-2012 Free Software Foundation, Inc. | 2 | # Copyright (C) 2000-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| @@ -467,4 +467,4 @@ $(BLD)/test-distrib.$(O) $(MOVEMAILOBJS): stamp_BLD | |||
| 467 | 467 | ||
| 468 | $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD | 468 | $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD |
| 469 | 469 | ||
| 470 | $(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O): stamp_BLD | 470 | $(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O) $(BLD)/profile.$(O): stamp_BLD |