summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen2000-04-19 04:26:30 +0000
committerErik Andersen2000-04-19 04:26:30 +0000
commit262dd039ebc152ac0a83ec64c83aad27070499b6 (patch)
tree0f9ec598113b1f97c1fb0fba0a6c4a4ad67cd6d1 /Makefile
parent3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f (diff)
downloadbusybox-262dd039ebc152ac0a83ec64c83aad27070499b6.zip
busybox-262dd039ebc152ac0a83ec64c83aad27070499b6.tar.gz
Fix the makefile so docs get built
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 90a1a21..aaa0edd 100644
--- a/Makefile
+++ b/Makefile
@@ -95,18 +95,16 @@ ifdef BB_INIT_SCRIPT
CFLAGS += -DINIT_SCRIPT='"$(BB_INIT_SCRIPT)"'
endif
-all: busybox busybox.links docs
+all: busybox busybox.links
busybox: $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
$(STRIP)
+ $(MAKE) -C docs
busybox.links: busybox.def.h
- ./busybox.mkll | sort >$@
-docs:
- $(MAKE) -C docs
-
regexp.o nfsmount.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile