mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Reverse my previous change, still cant compile with dmalloc
This commit is contained in:
parent
c3d2f1287e
commit
654944fc36
2
Makefile
2
Makefile
@ -367,7 +367,7 @@ $(LIBBB_MOBJ): $(LIBBB_MSRC)
|
|||||||
|
|
||||||
$(LIBBB_AROBJS): $(LIBBB_ARCSRC)
|
$(LIBBB_AROBJS): $(LIBBB_ARCSRC)
|
||||||
- mkdir -p $(LIBBB)
|
- 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)
|
libpwd.a: $(PWD_OBJS)
|
||||||
$(AR) $(ARFLAGS) $@ $^
|
$(AR) $(ARFLAGS) $@ $^
|
||||||
|
Loading…
Reference in New Issue
Block a user