diff options
author | Erik Andersen | 2000-04-17 16:44:46 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-17 16:44:46 +0000 |
commit | 26702fe1919ed4d01649acc81c2d42545004cbfd (patch) | |
tree | cc972f2719033cdcd53d24db2ba3ce5e43714bb2 /Makefile | |
parent | e5b6c7dd9cb32852a7f5b19a9855cf3c32543396 (diff) | |
download | busybox-26702fe1919ed4d01649acc81c2d42545004cbfd.zip busybox-26702fe1919ed4d01649acc81c2d42545004cbfd.tar.gz |
Bugfixes.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |