summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-19 17:00:49 +0000
committerGraham Leggett <minfrin@apache.org>2011-12-19 17:00:49 +0000
commit2cb5dbf51173b720e580412e590c438d5969180f (patch)
treeac27c12619512e57f011ca7a917a89f9fbfeb172 /test/Makefile.in
parente46cdfc8a61609b354ac14beba2f689fbda17b60 (diff)
downloadhttpd-2cb5dbf51173b720e580412e590c438d5969180f.tar.gz
Distinguish properly between the bindir and sbindir directories when
installing binaries. Previously all binaries were silently installed to sbindir, whether they were system administration commands or not. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 6d83405477..15d404d208 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3,7 +3,7 @@
# test programs, then "make test"
TARGETS =
-PROGRAMS =
+bin_PROGRAMS =
PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS)
PROGRAM_DEPENDENCIES = \
@@ -12,7 +12,7 @@ PROGRAM_DEPENDENCIES = \
include $(top_builddir)/build/rules.mk
-test: $(PROGRAMS)
+test: $(bin_PROGRAMS)
# example for building a test proggie
# dbu_OBJECTS = dbu.lo