aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-24 06:48:42 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-24 06:48:42 +0000
commitca38a29c81c0dcccc0a53490bb0734b967e190f0 (patch)
tree6497d175864ed1c7c7ff9a20519a30dbda8bbad5 /Makefile
parent9b5a953a98ea4a5baf821176d5fbf8a927adee48 (diff)
downloadbusybox-ca38a29c81c0dcccc0a53490bb0734b967e190f0.tar.gz
A couple of leftovers
Diffstat (limited to 'Makefile')
-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 \
>/dev/null 2>&1; then echo "-Os"; else echo "-O2" ; fi}
WARNINGS=-Wall -Wstrict-prototypes -Wshadow
-CFLAGS = -I $(TOPDIR)/include -I $(TOPDIR)/busybox
+CFLAGS = -I $(TOPDIR)/include
ARFLAGS = -r
#
@@ -202,7 +202,7 @@ endif
SUBDIRS =applets archival console-tools editors fileutils findutils init \
miscutils modutils networking pwd_grp shell shellutils sysklogd \
- textutils tinylogin util-linux libbb
+ textutils util-linux libbb
bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS))