diff options
author | Roy T. Fielding <fielding@apache.org> | 2001-05-18 02:48:57 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2001-05-18 02:48:57 +0200 |
commit | 62367507a993a6e5b77deb2d763fbe51f6463ca4 (patch) | |
tree | 7dd71990272113edbd65e9e255e2efce9152c2bf /test/Makefile.in | |
parent | Rainy day in Charlottesville... (diff) | |
download | apache2-62367507a993a6e5b77deb2d763fbe51f6463ca4.tar.xz apache2-62367507a993a6e5b77deb2d763fbe51f6463ca4.zip |
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 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 1426e44c95..7d0a9b0ace 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,7 +1,7 @@ # no targets: we don't want to build anything by default. if you want the # test programs, then "make test" -targets = +TARGETS = PROGRAMS = |