summaryrefslogtreecommitdiff
path: root/coreutils/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-06 08:11:08 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-06 08:11:08 +0000
commit8f7d38970046c0ea53de911084561b79ffb2d6b9 (patch)
treeb19ed436f9361694ce3d071f3a8ec5957042c8e4 /coreutils/Makefile.in
parente11a01cc34ab024b81ca83fec5182c6a444d4798 (diff)
downloadbusybox-w32-8f7d38970046c0ea53de911084561b79ffb2d6b9.tar.gz
busybox-w32-8f7d38970046c0ea53de911084561b79ffb2d6b9.tar.bz2
busybox-w32-8f7d38970046c0ea53de911084561b79ffb2d6b9.zip
- new applet diff. Rob Sullivan writes:
Here's my attempt at a mini diff applet - it's adapted from the code at http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/diff/, and only supports unified diffs. I've busyboxified everything to a reasonable degree, so I think the code is suitable enough to be included, but there's still a fair bit of cleaning up to be done.
Diffstat (limited to 'coreutils/Makefile.in')
-rw-r--r--coreutils/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in
index 2ab256c15..ff0e89b4d 100644
--- a/coreutils/Makefile.in
+++ b/coreutils/Makefile.in
@@ -25,6 +25,7 @@ COREUTILS-$(CONFIG_CUT) += cut.o
25COREUTILS-$(CONFIG_DATE) += date.o 25COREUTILS-$(CONFIG_DATE) += date.o
26COREUTILS-$(CONFIG_DD) += dd.o 26COREUTILS-$(CONFIG_DD) += dd.o
27COREUTILS-$(CONFIG_DF) += df.o 27COREUTILS-$(CONFIG_DF) += df.o
28COREUTILS-$(CONFIG_DIFF) += diff.o
28COREUTILS-$(CONFIG_DIRNAME) += dirname.o 29COREUTILS-$(CONFIG_DIRNAME) += dirname.o
29COREUTILS-$(CONFIG_DOS2UNIX) += dos2unix.o 30COREUTILS-$(CONFIG_DOS2UNIX) += dos2unix.o
30COREUTILS-$(CONFIG_DU) += du.o 31COREUTILS-$(CONFIG_DU) += du.o