diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ busybox.links: Config.h | |||
177 | - ./busybox.mkll | sort >$@ | 177 | - ./busybox.mkll | sort >$@ |
178 | 178 | ||
179 | nfsmount.o cmdedit.o: %.o: %.h | 179 | nfsmount.o cmdedit.o: %.o: %.h |
180 | $(OBJECTS): %.o: Config.h internal.h %.c Makefile | 180 | $(OBJECTS): %.o: Config.h busybox.h %.c Makefile |
181 | 181 | ||
182 | utility.o: loop.h | 182 | utility.o: loop.h |
183 | 183 | ||