Bugfixes.

-Erik
This commit is contained in:
Erik Andersen
2000-04-17 16:44:46 +00:00
parent e5b6c7dd9c
commit 26702fe191
4 changed files with 13 additions and 22 deletions

View File

@@ -101,13 +101,13 @@ all: busybox busybox.links docs
busybox: $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
$(STRIP)
docs: docs/busybox.pod
$(MAKE) -C docs clean all
busybox.links: busybox.def.h
- ./busybox.mkll | sort >$@
docs: docs/busybox.pod
$(MAKE) -C docs clean all
regexp.o nfsmount.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c