diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ endif | |||
259 | LIBBB_MSRC=libbb/messages.c | 259 | LIBBB_MSRC=libbb/messages.c |
260 | LIBBB_MESSAGES= full_version name_too_long omitting_directory not_a_directory \ | 260 | LIBBB_MESSAGES= full_version name_too_long omitting_directory not_a_directory \ |
261 | memory_exhausted invalid_date invalid_option io_error dash_dash_help \ | 261 | memory_exhausted invalid_date invalid_option io_error dash_dash_help \ |
262 | write_error too_few_args name_longer_than_foo | 262 | write_error too_few_args name_longer_than_foo unknown |
263 | LIBBB_MOBJ=$(patsubst %,$(LIBBB)/%.o, $(LIBBB_MESSAGES)) | 263 | LIBBB_MOBJ=$(patsubst %,$(LIBBB)/%.o, $(LIBBB_MESSAGES)) |
264 | 264 | ||
265 | 265 | ||