diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2012-02-16 02:47:54 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2012-02-16 02:47:54 +0100 |
commit | 212cb6c2dcb419aaa6c848406136ec05e98c8632 (patch) | |
tree | 3c6f8cc25cde8781809bfeb92ebcadac341b1af4 /test | |
parent | e072a2dd866b7cb9f14319b80326a4e7fd16fcdf (diff) | |
download | apache2-212cb6c2dcb419aaa6c848406136ec05e98c8632.tar.gz |
Import upstream release candidate 2.4.1upstream/2.4.1
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 6d834054..15d404d2 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 |