From 26702fe1919ed4d01649acc81c2d42545004cbfd Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 17 Apr 2000 16:44:46 +0000 Subject: Bugfixes. -Erik --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77a0486e9..475a6e6fb 100644 --- a/Makefile +++ b/Makefile @@ -101,13 +101,13 @@ all: busybox busybox.links docs busybox: $(OBJECTS) $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) $(STRIP) + +docs: docs/busybox.pod + $(MAKE) -C docs clean all busybox.links: busybox.def.h - ./busybox.mkll | sort >$@ -docs: docs/busybox.pod - $(MAKE) -C docs clean all - regexp.o nfsmount.o: %.o: %.h $(OBJECTS): %.o: busybox.def.h internal.h %.c -- cgit v1.2.3