Commit 3ce256cf authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Fix library dependency in test Makefile

parent f0f02ba1
...@@ -11,7 +11,7 @@ OBJ=spawn.o net-helper.o ...@@ -11,7 +11,7 @@ OBJ=spawn.o net-helper.o
all: $(TESTS) all: $(TESTS)
../src/$(STLIBNAME): ../src/$(STLIBNAME):
cd .. && $(MAKE) $(STLIBNAME) cd ../src && $(MAKE) $(STLIBNAME)
test-%: test-%.o $(OBJ) ../src/$(STLIBNAME) test-%: test-%.o $(OBJ) ../src/$(STLIBNAME)
$(HIREDIS_LD) -o $@ $^ $(FINAL_LIBS) $(HIREDIS_LD) -o $@ $^ $(FINAL_LIBS)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment