diff options
author | Mark Whitley <markw@lineo.com> | 2000-07-10 23:07:54 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-07-10 23:07:54 +0000 |
commit | cc54d12ef716e9206344c18006b46386fe49ba9b (patch) | |
tree | c2f88581d8e81aef6de5010941380e1cb872f463 /Makefile | |
parent | dd23b8bb431d27ea95534f528a1e1381e5841b8b (diff) |
Removed all trace of hand-tooled regexp routines. Bye bye, baby.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ busybox: $(OBJECTS) busybox.links: busybox.def.h - ./busybox.mkll | sort >$@ -regexp.o nfsmount.o cmdedit.o: %.o: %.h +nfsmount.o cmdedit.o: %.o: %.h $(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile test tests: |