Fix the update target and remove duplicate file updates
[openssl.git] / crypto / bn / Makefile
index aabc4f56b8e6dd057ff821e09e4f66ea9692a0b2..02c2e0d1d6aa0606a652e1b8cc387e248f6aad11 100644 (file)
@@ -142,6 +142,8 @@ tests:
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
+update: bn_prime.h depend
+
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)