aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-04-25 23:49:43 +0000
committerMark Whitley <markw@lineo.com>2001-04-25 23:49:43 +0000
commite55987896a716e483d3a292da4e105ee0280ed45 (patch)
tree44e15317e382712b871c491caf1bd79f627db387 /Makefile
parent2789906aad2e2fecdae79cb955a277f71b7483a4 (diff)
downloadbusybox-e55987896a716e483d3a292da4e105ee0280ed45.tar.gz
Applied patch from Larry Doolittle to fix pristine build breakage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6a1cd90c..11cec64b1 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,7 @@ $(LIBBB_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile libbb/libbb.h
$(CC) $(CFLAGS) $(LIBBB_CFLAGS) -c $< -o $*.o
$(LIBBB_MOBJ): $(LIBBB_MSRC)
+ - mkdir -p $(LIBBB)
$(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
libpwd.a: $(PWD_OBJS)