aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ab060f7c..cbaf05704 100644
--- a/Makefile
+++ b/Makefile
@@ -259,7 +259,7 @@ endif
259LIBBB_MSRC=libbb/messages.c 259LIBBB_MSRC=libbb/messages.c
260LIBBB_MESSAGES= full_version name_too_long omitting_directory not_a_directory \ 260LIBBB_MESSAGES= full_version name_too_long omitting_directory not_a_directory \
261memory_exhausted invalid_date invalid_option io_error dash_dash_help \ 261memory_exhausted invalid_date invalid_option io_error dash_dash_help \
262write_error too_few_args name_longer_than_foo 262write_error too_few_args name_longer_than_foo unknown
263LIBBB_MOBJ=$(patsubst %,$(LIBBB)/%.o, $(LIBBB_MESSAGES)) 263LIBBB_MOBJ=$(patsubst %,$(LIBBB)/%.o, $(LIBBB_MESSAGES))
264 264
265 265