Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-07-10 18:33:22 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2001-07-10 18:33:22 +0400
commit654944fc36ba2dd9de782b3c0c6d0e0f050104c2 (patch)
tree353311229472a0f66d22de85145347bceffc956d /Makefile
parentc3d2f1287e24588cce67df4cd72de7dcca3ced50 (diff)
Reverse my previous change, still cant compile with dmalloc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d0d2a660..32f1ec9c2 100644
--- a/Makefile
+++ b/Makefile
@@ -367,7 +367,7 @@ $(LIBBB_MOBJ): $(LIBBB_MSRC)
$(LIBBB_AROBJS): $(LIBBB_ARCSRC)
- mkdir -p $(LIBBB)
- $(CC) $(CFLAGS) $(LIBBB_CFLAGS) $(LIBRARIES) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
+ $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
libpwd.a: $(PWD_OBJS)
$(AR) $(ARFLAGS) $@ $^