aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-24 06:48:42 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-24 06:48:42 +0000
commit3d7d0b71b48defe2f8c4d8ee6cde25a39c68002d (patch)
tree6497d175864ed1c7c7ff9a20519a30dbda8bbad5
parentd4993b3c1149e821f60f02e2484aa6c3d9c251c8 (diff)
downloadbusybox-w32-3d7d0b71b48defe2f8c4d8ee6cde25a39c68002d.tar.gz
busybox-w32-3d7d0b71b48defe2f8c4d8ee6cde25a39c68002d.tar.bz2
busybox-w32-3d7d0b71b48defe2f8c4d8ee6cde25a39c68002d.zip
A couple of leftovers
git-svn-id: svn://busybox.net/trunk/busybox@3564 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c8337801f..8cae385ce 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ OPTIMIZATION := ${shell if $(CC) -Os -S -o /dev/null -xc /dev/null \
113 >/dev/null 2>&1; then echo "-Os"; else echo "-O2" ; fi} 113 >/dev/null 2>&1; then echo "-Os"; else echo "-O2" ; fi}
114 114
115WARNINGS=-Wall -Wstrict-prototypes -Wshadow 115WARNINGS=-Wall -Wstrict-prototypes -Wshadow
116CFLAGS = -I $(TOPDIR)/include -I $(TOPDIR)/busybox 116CFLAGS = -I $(TOPDIR)/include
117ARFLAGS = -r 117ARFLAGS = -r
118 118
119# 119#
@@ -202,7 +202,7 @@ endif
202 202
203SUBDIRS =applets archival console-tools editors fileutils findutils init \ 203SUBDIRS =applets archival console-tools editors fileutils findutils init \
204 miscutils modutils networking pwd_grp shell shellutils sysklogd \ 204 miscutils modutils networking pwd_grp shell shellutils sysklogd \
205 textutils tinylogin util-linux libbb 205 textutils util-linux libbb
206 206
207bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) 207bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS))
208 208