diff --git a/Makefile b/Makefile index 8e0846ba..6f67c54c 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ # # Select Make Options: -# o Do not use make's built-in rules and variables +# o Do not use make's built-in rules # o Do not print "Entering directory ..."; -MAKEFLAGS += -rR --no-print-directory +MAKEFLAGS += -r --no-print-directory # Find out source, build, and install directories src_dir=$(CURDIR)