Fix the makefile so docs get built

-Erik
1_00_stable_10817
Erik Andersen 2000-04-19 04:26:30 +00:00
parent 3fe7f9f20b
commit 262dd039eb
1 changed files with 2 additions and 4 deletions

View File

@ -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