summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-18 11:50:36 -0500
committerRich Salz <rsalz@openssl.org>2016-01-20 09:09:14 -0500
commit56c77c52e1b0ad69fa133adb48c3221141b684c4 (patch)
tree8727739f2b095b2fee26175504c2a1aafe35bf7a /test
parent8cef1212f3a8271e1d9f2b4b02720751084a1785 (diff)
Remove update tags
Also remove depend/local_depend. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index c48bc66de0..a564ffc56d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -162,12 +162,7 @@ list-tests:
apps:
@(cd ..; $(MAKE) DIRS=apps all)
-update: local_depend
- @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
-
-depend: local_depend
- @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
-local_depend:
+depend:
@[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(SRC)
clean: