]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lib/Makefile.in
Apparently the lines have to be this way round for BSD make to work.
[irc/quakenet/newserv.git] / lib / Makefile.in
index d08ee2b0882dcdd13d122575f5e3dba565ea7fb0..a12a161993f753b65533013995cb3b733019b11e 100644 (file)
@@ -4,13 +4,13 @@ default: all
 
 sstring.c:
        rm -f sstring.c sstring.h
-       ln -s sstring-old.c sstring.c
        ln -s sstring-old.h sstring.h
+       ln -s sstring-old.c sstring.c
 
 sstring-new:
        rm -f sstring.c sstring.h
-       ln -s sstring-new.c sstring.c
        ln -s sstring-new.h sstring.h
+       ln -s sstring-new.c sstring.c
        @echo "WARNING: you must recompile newserv from scratch to use a different string library (make clean)"
 
 .PHONY: all