summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2020-06-19 07:53:47 +0100
committerJoe Orton <joe@manyfish.uk>2020-06-19 07:53:47 +0100
commit0ca191ddc1f9b35df56bcd6d309ad2a0c441fcca (patch)
treea5cdecbe0dad44ea77f7780d01c9fd34c7661333
parentcefffa9de4255a00b6642d346207738bfad3c222 (diff)
downloadneon-git-0ca191ddc1f9b35df56bcd6d309ad2a0c441fcca.tar.gz
* test/Makefile.in: Drop unused AR, RANLIB (issue #28).
-rw-r--r--test/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 7027e9e..5c7f840 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -11,9 +11,6 @@ top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
-AR = ar
-
-RANLIB = @RANLIB@
LIBS = @LIBS@
TEST_LIBS = $(LIBTEST) $(LIBS)
CC = @CC@