cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / gpulib / gpulib.mak
index 035983c..4e1c659 100644 (file)
@@ -1,5 +1,5 @@
 # depends on ARCH definition
-# always adding gpulib to deps in case cspace is needed
+# always adding gpulib to deps (XXX might be no longer needed)
 # users must include ../../config.mak
 
 LDFLAGS += -shared -Wl,--no-undefined
@@ -49,7 +49,7 @@ $(BIN_GPULIB): $(SRC) $(SRC_GPULIB) $(GPULIB_A)
 endif
 
 $(GPULIB_A):
-       make -C ../gpulib/ all
+       $(MAKE) -C ../gpulib/ all
 
 clean:
        $(RM) $(TARGETS)