For PR780:
[oota-llvm.git] / projects / sample / tools / sample / Makefile
index 1127f7557557ff0d70b255d841ca3055e7a19b36..39da928329ecc102c0cd2f9662167263425a267c 100644 (file)
@@ -14,7 +14,7 @@ TOOLNAME=sample
 # List libraries that we'll need
 # We use LIBS because sample is a dynamic library.
 #
-USEDLIBS = sample
+USEDLIBS = sample.a
 
 #
 # Include Makefile.common so we know what to do.