device/lib/build/small/Makefile: fixed parallel execution by replacing `make` by...
[fw/sdcc] / device / lib / small / Makefile
index c132ed9caf424c1ee3bd26b6dd70be0c0c4d317b..9236d4debafea901325b1b95ddfce0cc78b872e0 100644 (file)
@@ -1,6 +1,6 @@
 # Dummy Makefile to get around CVS
 all:
-       make -C ../mcs51 all
+       $(MAKE) -C ../mcs51 all
        cp ../mcs51/*.rel ../mcs51/*.lib .
        touch dummy.lib
        touch dummy.rel