Fix the update target and remove duplicate file updates
[openssl.git] / crypto / cast / Makefile
index 0acc38f28d542497b626ff613d4cd45fb12286b0..acce5a33c50343bf3a15b7344e5032034889117a 100644 (file)
@@ -69,6 +69,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)