From: Glenn L McGrath Date: Tue, 10 Jul 2001 14:33:22 +0000 (-0000) Subject: Reverse my previous change, still cant compile with dmalloc X-Git-Tag: 0_60_0~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=654944fc36ba2dd9de782b3c0c6d0e0f050104c2;p=oweals%2Fbusybox.git Reverse my previous change, still cant compile with dmalloc --- 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) $@ $^