diff --git a/Makefile b/Makefile index 72fd220..bf5d120 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ firebuf.a: $(objects) ar rcs $@ $^ firebuf.o: $(objects) - ld -r -o $@ $^ + ld --relocatable --output=$@ $^ %.o: %.cc *.h Makefile $(FIRE_CXX) $(FIRE_CXXFLAGS) -c -o $@ $<