summaryrefslogtreecommitdiff
path: root/build/ltlib.mk
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-05-18 00:48:57 +0000
committerRoy T. Fielding <fielding@apache.org>2001-05-18 00:48:57 +0000
commit62367507a993a6e5b77deb2d763fbe51f6463ca4 (patch)
tree7dd71990272113edbd65e9e255e2efce9152c2bf /build/ltlib.mk
parenta65b5faece27c4fa28dd0025b20417d745f9cfb7 (diff)
downloadhttpd-62367507a993a6e5b77deb2d763fbe51f6463ca4.tar.gz
Change the make targets and rules to be consistent in all of the
Apache-owned source trees. Sanity is a good thing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/ltlib.mk')
-rw-r--r--build/ltlib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ltlib.mk b/build/ltlib.mk
index 9b89d9c309..d9b8e4e242 100644
--- a/build/ltlib.mk
+++ b/build/ltlib.mk
@@ -54,7 +54,7 @@
# The build environment was provided by Sascha Schumann.
#
-targets = $(LTLIBRARY_NAME)
+TARGETS = $(LTLIBRARY_NAME)
include $(top_srcdir)/build/rules.mk
include $(top_srcdir)/build/library.mk