diff options
author | Joe Orton <jorton@apache.org> | 2004-01-09 12:19:55 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-01-09 12:19:55 +0000 |
commit | 59ddeafec60f6536c3ba56c47faa264b2285d70a (patch) | |
tree | aea9eccf9fb20bee31f6ec04f28cd7510f3d04fd /Makefile.in | |
parent | 36b0d5753c229c9245c3bbe3d92a0d15b8b7938b (diff) | |
download | httpd-59ddeafec60f6536c3ba56c47faa264b2285d70a.tar.gz |
Fix regeneration of build datestamp on every make invocation (a
regression since 1.3).
* Makefile.in: Remove redundant PHONY_TARGETS setting.
* server/Makefile.in: Mark buildmark.c as phony; build it indirectly
via buildmarked.c since implicit rules are ignored for phony targets.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bfc97a82a6..52a144fc86 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,6 @@ PROGRAM_DEPENDENCIES = \ PROGRAMS = $(PROGRAM_NAME) TARGETS = $(PROGRAMS) $(shared_build) $(other_targets) -PHONY_TARGETS = $(srcdir)/buildmark.c INSTALL_TARGETS = install-conf install-htdocs install-error install-icons \ install-other install-cgi install-include install-suexec install-man \ install-build |