Fix the update target and remove duplicate file updates
[openssl.git] / crypto / aes / Makefile
index d3ce8099643c8b3e4369833004691ff12eb82814..3ae19889b028b27714b4f2390484e7d6bd49f4e4 100644 (file)
@@ -108,6 +108,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)