diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ busybox: $(OBJECTS) | |||
142 | busybox.links: busybox.def.h | 142 | busybox.links: busybox.def.h |
143 | - ./busybox.mkll | sort >$@ | 143 | - ./busybox.mkll | sort >$@ |
144 | 144 | ||
145 | regexp.o nfsmount.o cmdedit.o: %.o: %.h | 145 | nfsmount.o cmdedit.o: %.o: %.h |
146 | $(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile | 146 | $(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile |
147 | 147 | ||
148 | test tests: | 148 | test tests: |