Shut find up about files not found
[openssl.git] / Configurations / unix-Makefile.tmpl
index 77ba75b44aecd3090e0092ebc3fe62a9e37905c8..be42743a9f5d690a75e5413c90886b6c5d51dcc7 100644 (file)
@@ -260,7 +260,7 @@ clean: libclean
 # concatenate only if that is true.
 depend:
        @: {- output_off() if $disabled{makedepend}; "" -}
-       @if [ -z "`find $(DEPS) -newer Makefile`" ]; then \
+       @if [ -z "`find $(DEPS) -newer Makefile 2>/dev/null`" ]; then \
          ( sed -e '/^# DO NOT DELETE THIS LINE.*/,$$d' < Makefile; \
            echo '# DO NOT DELETE THIS LINE -- make depend depends on it.'; \
            echo; \