aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 469539095..5cb888689 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ busybox.links: Config.h
177 - ./busybox.mkll | sort >$@ 177 - ./busybox.mkll | sort >$@
178 178
179nfsmount.o cmdedit.o: %.o: %.h 179nfsmount.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
182utility.o: loop.h 182utility.o: loop.h
183 183