JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove clang target
authorMarco Peereboom <marco@conformal.com>
Mon, 29 Oct 2012 16:45:57 +0000 (11:45 -0500)
committerMarco Peereboom <marco@conformal.com>
Mon, 29 Oct 2012 16:45:57 +0000 (11:45 -0500)
Makefile

index c18bff2..d32b0b2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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