With nightmares of libbb ending up with 100 .c files starting

with "bb_" it seems best to rename this now and avoid starting
an evil KDE style naming trend.
This commit is contained in:
Eric Andersen 2003-03-07 17:43:32 +00:00
parent 2afcbe436f
commit 6067c08145
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ LIBBB_SRC:= \
setup_environment.c simplify_path.c syscalls.c syslog_msg_with_name.c \
time_string.c trim.c u_signal_names.c vdprintf.c verror_msg.c \
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c xfuncs.c \
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c bb_xgetlarg.c
xgethostbyname.c xgethostbyname2.c xreadlink.c xregcomp.c xgetlarg.c
LIBBB_OBJS=$(patsubst %.c,$(LIBBB_DIR)%.o, $(LIBBB_SRC))