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:04:30 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2001-07-10 18:04:30 +0400
commitc3d2f1287e24588cce67df4cd72de7dcca3ced50 (patch)
treeb6fc000199235f0be6aaf87adc7e65421be4299d /Makefile
parent6199fa90e5d1f0838593a99f8fcfabfaf7874728 (diff)
When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32f1ec9c2..8d0d2a660 100644
--- a/Makefile
+++ b/Makefile
@@ -367,7 +367,7 @@ $(LIBBB_MOBJ): $(LIBBB_MSRC)
$(LIBBB_AROBJS): $(LIBBB_ARCSRC)
- mkdir -p $(LIBBB)
- $(CC) $(CFLAGS) $(LIBBB_CFLAGS) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
+ $(CC) $(CFLAGS) $(LIBBB_CFLAGS) $(LIBRARIES) -DL_$(patsubst libbb/%,%,$*) -c $< -o $*.o
libpwd.a: $(PWD_OBJS)
$(AR) $(ARFLAGS) $@ $^