From 7b87cf906173011fe98155c403a77d6330fa39af Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 14 May 2020 19:29:40 +0200 Subject: webserver 1.5: Fixed Makefiles --- plugins/fcgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/fcgi/Makefile') diff --git a/plugins/fcgi/Makefile b/plugins/fcgi/Makefile index c2789d8..0cafe54 100644 --- a/plugins/fcgi/Makefile +++ b/plugins/fcgi/Makefile @@ -76,7 +76,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) -- cgit v1.2.3