diff options
Diffstat (limited to 'plugins/redirect')
-rw-r--r-- | plugins/redirect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/redirect/Makefile b/plugins/redirect/Makefile index aea8106..99aedb1 100644 --- a/plugins/redirect/Makefile +++ b/plugins/redirect/Makefile @@ -74,7 +74,7 @@ test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) $(CXX) $(CXXFLAGS) $^ $(LIBS) -o $@ $(PROJECTNAME).so: $(SRC:.cpp=.o) - $(CXX) -shared $(CXXFLAGS) $^ $(LIBS) -o $@ + $(CXX) $(CXXFLAGS) $^ -shared $(LIBS) -o $@ dep: $(TESTSRC:.cpp=.d) |