diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-24 23:53:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-24 23:53:43 +0000 |
commit | 54e9457920733c523f2983d106ca0f10ace05221 (patch) | |
tree | eee088fdc0bdae5c1e9026f63ed1eb45b8e0df02 | |
parent | 23a93f52aa6045f7bb9bbf1517a05b394706a0b7 (diff) | |
download | busybox-w32-54e9457920733c523f2983d106ca0f10ace05221.tar.gz busybox-w32-54e9457920733c523f2983d106ca0f10ace05221.tar.bz2 busybox-w32-54e9457920733c523f2983d106ca0f10ace05221.zip |
Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.
-Erik
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -244,6 +244,7 @@ clean: | |||
244 | docs/busybox.lineo.com/BusyBox.html | 244 | docs/busybox.lineo.com/BusyBox.html |
245 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ | 245 | - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ |
246 | docs/busybox.pdf docs/busybox.lineo.com/busybox.html | 246 | docs/busybox.pdf docs/busybox.lineo.com/busybox.html |
247 | - rm -f Config.h.ORG bb.def.h busybox.REGRESS.sh.results bb.OptionsAndFeatures | ||
247 | - rm -rf docs/busybox _install | 248 | - rm -rf docs/busybox _install |
248 | - rm -f busybox.links loop.h *~ *.o core | 249 | - rm -f busybox.links loop.h *~ *.o core |
249 | 250 | ||