JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
merge upstream
[spectrwm.git] / Makefile
index c18bff2..8b94bb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ MANDIR= ${PREFIX}/man/man
 obj: _xenocara_obj
 
 beforeinstall:
-       ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
+       ln -sf ${PROG} ${BINDIR}/scrotwm
 
 # clang targets
 .if ${.TARGETS:M*analyze*}
@@ -35,10 +35,6 @@ CC=clang
 CXX=clang++
 CPP=clang -E
 CFLAGS+=--analyze
-.elif ${.TARGETS:M*clang*}
-CC=clang
-CXX=clang++
-CPP=clang -E
 .endif
 
 analyze: all