aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0beb1dd2..33dd1e113 100644
--- a/Makefile
+++ b/Makefile
@@ -248,7 +248,6 @@ busybox.links: Config.h applets.h
248 248
249nfsmount.o cmdedit.o: %.o: %.h 249nfsmount.o cmdedit.o: %.o: %.h
250$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile 250$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
251 $(CC) $(CFLAGS) -c $*.c -o $*.o
252 251
253utility.o: loop.h 252utility.o: loop.h
254 253
@@ -265,7 +264,7 @@ clean:
265 docs/busybox.lineo.com/BusyBox.html 264 docs/busybox.lineo.com/BusyBox.html
266 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 265 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
267 docs/busybox.pdf docs/busybox.lineo.com/busybox.html 266 docs/busybox.pdf docs/busybox.lineo.com/busybox.html
268 - rm -f Config.h.ORG bb.def.h busybox.REGRESS.sh.results bb.OptionsAndFeatures 267 - rm -f multibuild.log Config.h.orig
269 - rm -rf docs/busybox _install 268 - rm -rf docs/busybox _install
270 - rm -f busybox.links loop.h *~ *.o core 269 - rm -f busybox.links loop.h *~ *.o core
271 270