Replace direct calls to "make" with $(MAKE)
[reactos.git] / reactos / apps / utils / cabman / makefile
index eda0930..cced1b1 100644 (file)
@@ -50,7 +50,7 @@ endif
 
 #FIXME: zlib should be compiled and installed in the SDK by the master makefile
 $(ZLIB_PATH)/zlib.a:
-       make -C $(ZLIB_PATH) -f makefile.reactos
+       $(MAKE) -C $(ZLIB_PATH) -f makefile.reactos
 
 $(TARGET).exe: $(OBJECTS) $(ZLIB_PATH)/zlib.a
        $(CC) $(OBJECTS) -lstdc++ -o $(TARGET).exe