diff options
Diffstat (limited to 'Demos/Host/LowLevel/JoystickHostWithParser/makefile')
-rw-r--r-- | Demos/Host/LowLevel/JoystickHostWithParser/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/JoystickHostWithParser/makefile b/Demos/Host/LowLevel/JoystickHostWithParser/makefile index 65ed8ab91..f6d2756c5 100644 --- a/Demos/Host/LowLevel/JoystickHostWithParser/makefile +++ b/Demos/Host/LowLevel/JoystickHostWithParser/makefile @@ -500,7 +500,7 @@ sizeafter: 2>/dev/null; echo; fi
$(LUFA_PATH)/LUFA/LUFA_Events.lst:
- @make -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
+ @$(MAKE) -C $(LUFA_PATH)/LUFA/ LUFA_Events.lst
checkinvalidevents: $(LUFA_PATH)/LUFA/LUFA_Events.lst
@echo
|