diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 22c19d09..115fdf45 100644 --- a/src/Makefile +++ b/src/Makefile @@ -201,7 +201,7 @@ endif MKFILES := Makefile -# add current directory to library search path of CFG_BOOT command line +# Add current directory to library search path of CFG_BOOT command line. CFG_BOOT_FLAGS += -L . |