aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:44:46 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 16:44:46 +0000
commit6676cafcf98bb42172ee51cd5c1e19ea66414fef (patch)
treecc972f2719033cdcd53d24db2ba3ce5e43714bb2 /Makefile
parentd53cc65a1205f2a1b5a9706441504a993a06aa8f (diff)
downloadbusybox-w32-6676cafcf98bb42172ee51cd5c1e19ea66414fef.tar.gz
busybox-w32-6676cafcf98bb42172ee51cd5c1e19ea66414fef.tar.bz2
busybox-w32-6676cafcf98bb42172ee51cd5c1e19ea66414fef.zip
Bugfixes.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@468 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 77a0486e9..475a6e6fb 100644
--- a/Makefile
+++ b/Makefile
@@ -101,13 +101,13 @@ all: busybox busybox.links docs
101busybox: $(OBJECTS) 101busybox: $(OBJECTS)
102 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) 102 $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
103 $(STRIP) 103 $(STRIP)
104
105docs: docs/busybox.pod
106 $(MAKE) -C docs clean all
104 107
105busybox.links: busybox.def.h 108busybox.links: busybox.def.h
106 - ./busybox.mkll | sort >$@ 109 - ./busybox.mkll | sort >$@
107 110
108docs: docs/busybox.pod
109 $(MAKE) -C docs clean all
110
111regexp.o nfsmount.o: %.o: %.h 111regexp.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