diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-17 16:44:46 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-17 16:44:46 +0000 |
commit | 26702fe1919ed4d01649acc81c2d42545004cbfd (patch) | |
tree | cc972f2719033cdcd53d24db2ba3ce5e43714bb2 /Makefile | |
parent | e5b6c7dd9cb32852a7f5b19a9855cf3c32543396 (diff) | |
download | busybox-w32-26702fe1919ed4d01649acc81c2d42545004cbfd.tar.gz busybox-w32-26702fe1919ed4d01649acc81c2d42545004cbfd.tar.bz2 busybox-w32-26702fe1919ed4d01649acc81c2d42545004cbfd.zip |
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 | |||
101 | busybox: $(OBJECTS) | 101 | busybox: $(OBJECTS) |
102 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) | 102 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) |
103 | $(STRIP) | 103 | $(STRIP) |
104 | |||
105 | docs: docs/busybox.pod | ||
106 | $(MAKE) -C docs clean all | ||
104 | 107 | ||
105 | busybox.links: busybox.def.h | 108 | busybox.links: busybox.def.h |
106 | - ./busybox.mkll | sort >$@ | 109 | - ./busybox.mkll | sort >$@ |
107 | 110 | ||
108 | docs: docs/busybox.pod | ||
109 | $(MAKE) -C docs clean all | ||
110 | |||
111 | regexp.o nfsmount.o: %.o: %.h | 111 | regexp.o nfsmount.o: %.o: %.h |
112 | $(OBJECTS): %.o: busybox.def.h internal.h %.c | 112 | $(OBJECTS): %.o: busybox.def.h internal.h %.c |
113 | 113 | ||