mirror of https://github.com/mirror/busybox.git
When compiling unarchive objects link to $(LIBRARIES) incase using dmalloc
parent
6199fa90e5
commit
c3d2f1287e
2
Makefile
2
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) $@ $^
|
||||
|
|
Loading…
Reference in New Issue