Remove unused internal macros
[openssl.git] / crypto / rc2 / Makefile
index 22e1b4930684bb7000caad34980c01313691fcf7..b07d3c1039411aafebca3c9fe94c93a68e5d862a 100644 (file)
@@ -45,6 +45,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)