Fix the update target and remove duplicate file updates
[openssl.git] / crypto / asn1 / Makefile
index 160544eede589236bec3671366ca0d1642322b51..6d874d64edc14724e467210c057e4d7f05ecd193 100644 (file)
@@ -93,6 +93,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)