aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 713f685bc043..ce641ebee25a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ NAME = Arr Matey! A Hairy Bilge Rat!
12 12
13# Do not: 13# Do not:
14# o use make's built-in rules and variables 14# o use make's built-in rules and variables
15# (this increases performance and avoid hard-to-debug behavour); 15# (this increases performance and avoids hard-to-debug behaviour);
16# o print "Entering directory ..."; 16# o print "Entering directory ...";
17MAKEFLAGS += -rR --no-print-directory 17MAKEFLAGS += -rR --no-print-directory
18 18
@@ -1329,7 +1329,7 @@ else
1329ALLINCLUDE_ARCHS := $(SRCARCH) 1329ALLINCLUDE_ARCHS := $(SRCARCH)
1330endif 1330endif
1331else 1331else
1332#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behavour. 1332#Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behaviour.
1333ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) 1333ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS)
1334endif 1334endif
1335 1335