]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Don't build control-lite.so by default; it messes up dependencies.
authorsplidge <redacted>
Wed, 30 May 2007 21:05:01 +0000 (22:05 +0100)
committersplidge <redacted>
Wed, 30 May 2007 21:05:01 +0000 (22:05 +0100)
control/Makefile

index da3a7371d3f56954f5d468810d43fc4786ef252c..bbe477cb9265b8d2be74e4607ab5f4d32560986a 100644 (file)
@@ -1,6 +1,6 @@
 
 .PHONY: all
-all: control.so control-lite.so
+all: control.so
 
 control-lite.so: control-lite.o
        ld -shared -Bdynamic -o $@ $^