We have some source with \r\n as line ends. DEC C informs about that,
[oweals/openssl.git] / crypto / Makefile
index c6c76c26ac3553610a5950766a51f714ff15a267..ee6e507dc7467763c848154e73f62d0aaa590429 100644 (file)
@@ -88,7 +88,7 @@ subdirs:
        @for i in $(SDIRS) ;\
        do \
        (cd $$i && echo "making all in crypto/$$i..." && \
-       $(MAKE) INCLUDES='${INCLUDES}' all ) || exit 1; \
+       $(MAKE) $(BUILDENV) INCLUDES='${INCLUDES}' all ) || exit 1; \
        done;
 
 files: