Fixed prototype for MmSetAddressRangeModified().
[reactos.git] / lib / makefile
index 6a32b6c..4f582db 100644 (file)
@@ -5,10 +5,10 @@ BASE_CFLAGS = -I../include
 all: $(LIBRARIES)
 
 ntdll: dummy
-       make -C ntdll
+       $(MAKE) -C ntdll
        
 kernel32: dummy
-       make -C kernel32
+       $(MAKE) -C kernel32
 
 dummy: