aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2000-07-10 23:07:54 +0000
committerMark Whitley <markw@lineo.com>2000-07-10 23:07:54 +0000
commitcc54d12ef716e9206344c18006b46386fe49ba9b (patch)
treec2f88581d8e81aef6de5010941380e1cb872f463 /Makefile
parentdd23b8bb431d27ea95534f528a1e1381e5841b8b (diff)
downloadbusybox-w32-cc54d12ef716e9206344c18006b46386fe49ba9b.tar.gz
busybox-w32-cc54d12ef716e9206344c18006b46386fe49ba9b.tar.bz2
busybox-w32-cc54d12ef716e9206344c18006b46386fe49ba9b.zip
Removed all trace of hand-tooled regexp routines. Bye bye, baby.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc2eb8192..032e21663 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ busybox: $(OBJECTS)
142busybox.links: busybox.def.h 142busybox.links: busybox.def.h
143 - ./busybox.mkll | sort >$@ 143 - ./busybox.mkll | sort >$@
144 144
145regexp.o nfsmount.o cmdedit.o: %.o: %.h 145nfsmount.o cmdedit.o: %.o: %.h
146$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile 146$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile
147 147
148test tests: 148test tests: