diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-16 06:12:46 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-16 06:12:46 +0000 |
commit | 8853e67dde7b48745d109f7ed0647b0f86cfec66 (patch) | |
tree | 1a656a20ff1b490000dcd935f0d1dde26ab30085 /Makefile | |
parent | 6a6f5393c2d8441f543ec52fa0d7e50ab9f8c49e (diff) | |
download | busybox-w32-8853e67dde7b48745d109f7ed0647b0f86cfec66.tar.gz busybox-w32-8853e67dde7b48745d109f7ed0647b0f86cfec66.tar.bz2 busybox-w32-8853e67dde7b48745d109f7ed0647b0f86cfec66.zip |
Stephane Billiart said:
the attached patch makes applet list in busybox.links
correctly include tr and watchdog.
Currently, they don't appear because they are prefixed
with ENABLE_ in include/applets.h
git-svn-id: svn://busybox.net/trunk/busybox@12921 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ busybox: .depend $(libraries-y) | |||
215 | $(CC) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group | 215 | $(CC) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@ -Wl,--start-group $(libraries-y) $(LIBRARIES) -Wl,--end-group |
216 | $(STRIPCMD) $@ | 216 | $(STRIPCMD) $@ |
217 | 217 | ||
218 | busybox.links: $(top_srcdir)/applets/busybox.mkll include/config.h $(top_srcdir)/include/applets.h | 218 | busybox.links: $(top_srcdir)/applets/busybox.mkll include/bb_config.h $(top_srcdir)/include/applets.h |
219 | - $(SHELL) $^ >$@ | 219 | - $(SHELL) $^ >$@ |
220 | 220 | ||
221 | install: $(top_srcdir)/applets/install.sh busybox busybox.links | 221 | install: $(top_srcdir)/applets/install.sh busybox busybox.links |