From 262dd039ebc152ac0a83ec64c83aad27070499b6 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 19 Apr 2000 04:26:30 +0000 Subject: Fix the makefile so docs get built -Erik --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1