diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-24 06:48:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-24 06:48:42 +0000 |
commit | ca38a29c81c0dcccc0a53490bb0734b967e190f0 (patch) | |
tree | 6497d175864ed1c7c7ff9a20519a30dbda8bbad5 | |
parent | 9b5a953a98ea4a5baf821176d5fbf8a927adee48 (diff) | |
download | busybox-w32-ca38a29c81c0dcccc0a53490bb0734b967e190f0.tar.gz busybox-w32-ca38a29c81c0dcccc0a53490bb0734b967e190f0.tar.bz2 busybox-w32-ca38a29c81c0dcccc0a53490bb0734b967e190f0.zip |
A couple of leftovers
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
115 | WARNINGS=-Wall -Wstrict-prototypes -Wshadow | 115 | WARNINGS=-Wall -Wstrict-prototypes -Wshadow |
116 | CFLAGS = -I $(TOPDIR)/include -I $(TOPDIR)/busybox | 116 | CFLAGS = -I $(TOPDIR)/include |
117 | ARFLAGS = -r | 117 | ARFLAGS = -r |
118 | 118 | ||
119 | # | 119 | # |
@@ -202,7 +202,7 @@ endif | |||
202 | 202 | ||
203 | SUBDIRS =applets archival console-tools editors fileutils findutils init \ | 203 | SUBDIRS =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 | ||
207 | bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) | 207 | bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) |
208 | 208 | ||