aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-01-21 19:59:19 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-01-21 19:59:19 +0000
commitd65ed3fbe81c227b718ef7a7d6d755635b7e5f7d (patch)
tree746a29ab5bc515a40e79a2b79eb613b8ccef1bd5
parent9d3cd40343486f5214415a332d606e309761658a (diff)
Remember, SHLIBEXT begins with a period.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10936 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 4831d1d965..05b42639bb 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -109,7 +109,7 @@ prdirs::
###########################################################################
.SUFFIXES:
.SUFFIXES: .c .cpp .h .hpp .y .l
-.SUFFIXES: .lo .o .a .$(SHLIBEXT) .bc .td
+.SUFFIXES: .lo .o .a $(SHLIBEXT) .bc .td
.SUFFIXES: .ps .dot .d
#