[llvm-commits] CVS: llvm/Makefile.common

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 14 12:28:19 PDT 2003


Changes in directory llvm:

Makefile.common updated: 1.99 -> 1.100

---
Log message:

The word `separate' only has one `e'.


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.99 llvm/Makefile.common:1.100
--- llvm/Makefile.common:1.99	Thu Jul 10 14:25:29 2003
+++ llvm/Makefile.common	Mon Jul 14 12:26:16 2003
@@ -592,7 +592,7 @@
 
 # USED_LIB_PATHS - Compute the path of the libraries used so that tools are
 # rebuilt if libraries change.  This has to make sure to handle .a/.so and .o
-# files seperately.
+# files separately.
 #
 STATICUSEDLIBS   := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS)))
 USED_LIB_PATHS_G := $(addprefix $(DESTLIBDEBUG)/, $(STATICUSEDLIBS))





More information about the llvm-commits mailing list