util/domd: harmonize with compiler detection in Configure.
[oweals/openssl.git] / crypto / stack / Makefile
index 28f1711d474b385015a08f14eb49ed0a2332cf65..b069c93237aecea39a26be4ded14dfc535215523 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/stack/Makefile
+# OpenSSL/crypto/stack/Makefile
 #
 
 DIR=   stack
@@ -61,6 +61,8 @@ tests:
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
+update: depend
+
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)