Fix the update target and remove duplicate file updates
[openssl.git] / crypto / bn / Makefile
index c8d3dc2096826a8ff168cee4173cc0810c38aec4..7d55778d36bb441a3f401fbb70b2ca51f49853e2 100644 (file)
@@ -158,6 +158,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)