Remove update tags
[openssl.git] / test / Makefile.in
index c48bc66de02c5a1a040d0066b1b568f15c4c3646..a564ffc56dd8d198e6b6f60db646f1b42e371f2b 100644 (file)
@@ -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: