mirror of
https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
synced 2024-11-23 09:57:04 +08:00
a8276f539b
Fix the recurisve make targets by using $(MAKE). Otherwise we get lots of warnings and issues with parallel builds. Fix the install target -- the man subdir was missing a dummy target. Add proper .PHONY markings. Change-Id: I640d42af0bdf96baf6ff0ca022fd3f7f444b2d05 Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/179621 Reviewed-by: Grant Grundler <grundler@chromium.org> Signed-off-by: Chris Ball <chris@printf.net>
6 lines
50 B
Makefile
6 lines
50 B
Makefile
all:
|
|
clean:
|
|
install:
|
|
|
|
.PHONY: all clean install
|