Fix the update target and remove duplicate file updates
[openssl.git] / crypto / asn1 / Makefile
index 4dee260b5cbcac48ada4b1d2663a00ac1f8a0851..66b0ef2e639aed604fc32f3661a82daf53c2f5f8 100644 (file)
@@ -79,6 +79,8 @@ tests:
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
+update: depend
+
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)