diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -102,11 +102,10 @@ docs/BusyBox.1: docs/busybox.pod | |||
102 | 102 | ||
103 | docs/BusyBox.html: docs/busybox.pod | 103 | docs/BusyBox.html: docs/busybox.pod |
104 | pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html | 104 | pod2html docs/busybox.pod > docs/busybox.lineo.com/BusyBox.html |
105 | ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html | 105 | - rm -f docs/BusyBox.html |
106 | - ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html | ||
106 | - rm -f pod2html* | 107 | - rm -f pod2html* |
107 | 108 | ||
108 | clean: | ||
109 | |||
110 | busybox: $(OBJECTS) | 109 | busybox: $(OBJECTS) |
111 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) | 110 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) |
112 | $(STRIP) | 111 | $(STRIP) |