diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-04-16 23:02:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-04-16 23:02:35 +0000 |
commit | 343658582bb13bc7cb7b7c2333465f0a090c4942 (patch) | |
tree | e7b36a8b9735a2052d3be3203162836802d1e1bb /libbb/Makefile.in | |
parent | 7cb6ef7982877402222b6d43b5b27645c59ce3f5 (diff) | |
download | busybox-w32-343658582bb13bc7cb7b7c2333465f0a090c4942.tar.gz busybox-w32-343658582bb13bc7cb7b7c2333465f0a090c4942.tar.bz2 busybox-w32-343658582bb13bc7cb7b7c2333465f0a090c4942.zip |
Minor .o file naming change
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 4d3fd71b1..06daf232c 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -67,7 +67,7 @@ LIBBB_MOBJ1:=xmalloc.o xrealloc.o xcalloc.o xstrdup.o xstrndup.o \ | |||
67 | xferror.o xferror_stdout.o xfflush_stdout.o strlen.o | 67 | xferror.o xferror_stdout.o xfflush_stdout.o strlen.o |
68 | 68 | ||
69 | LIBBB_MSRC2:=$(LIBBB_DIR)printf.c | 69 | LIBBB_MSRC2:=$(LIBBB_DIR)printf.c |
70 | LIBBB_MOBJ2:=vfprintf.o vprintf.o fprintf.o printf.o | 70 | LIBBB_MOBJ2:=bb_vfprintf.o bb_vprintf.o bb_fprintf.o bb_printf.o |
71 | 71 | ||
72 | LIBBB_MSRC3:=$(LIBBB_DIR)xgetularg.c | 72 | LIBBB_MSRC3:=$(LIBBB_DIR)xgetularg.c |
73 | LIBBB_MOBJ3:=xgetularg_bnd_sfx.o xgetlarg_bnd_sfx.o getlarg10_sfx.o \ | 73 | LIBBB_MOBJ3:=xgetularg_bnd_sfx.o xgetlarg_bnd_sfx.o getlarg10_sfx.o \ |