diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-18 00:00:52 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-18 00:00:52 +0000 |
commit | 8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff (patch) | |
tree | 808a54e0dc112d8b32326ccdb411e4300dc65d76 /Makefile | |
parent | 97780a33efddca3c7ffba155c48c4cf634cc8d41 (diff) | |
download | busybox-w32-8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff.tar.gz busybox-w32-8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff.tar.bz2 busybox-w32-8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff.zip |
Updates
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@472 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -101,12 +101,12 @@ busybox: $(OBJECTS) | |||
101 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) | 101 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) |
102 | $(STRIP) | 102 | $(STRIP) |
103 | 103 | ||
104 | docs: docs/busybox.pod | ||
105 | $(MAKE) -C docs clean all | ||
106 | |||
107 | busybox.links: busybox.def.h | 104 | busybox.links: busybox.def.h |
108 | - ./busybox.mkll | sort >$@ | 105 | - ./busybox.mkll | sort >$@ |
109 | 106 | ||
107 | docs: | ||
108 | $(MAKE) -C docs | ||
109 | |||
110 | regexp.o nfsmount.o: %.o: %.h | 110 | regexp.o nfsmount.o: %.o: %.h |
111 | $(OBJECTS): %.o: busybox.def.h internal.h %.c | 111 | $(OBJECTS): %.o: busybox.def.h internal.h %.c |
112 | 112 | ||
@@ -126,7 +126,7 @@ install: busybox busybox.links | |||
126 | ./install.sh $(PREFIX) | 126 | ./install.sh $(PREFIX) |
127 | 127 | ||
128 | dist release: distclean | 128 | dist release: distclean |
129 | $(MAKE) -C docs clean all | 129 | $(MAKE) -C docs |
130 | cd ..; \ | 130 | cd ..; \ |
131 | rm -rf busybox-$(VERSION); \ | 131 | rm -rf busybox-$(VERSION); \ |
132 | cp -a busybox busybox-$(VERSION); \ | 132 | cp -a busybox busybox-$(VERSION); \ |