[llvm-commits] CVS: llvm/tools/llee/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/tools/llee:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+3 -3)
Index: llvm/tools/llee/Makefile.am
diff -u llvm/tools/llee/Makefile.am:1.1 llvm/tools/llee/Makefile.am:1.2
--- llvm/tools/llee/Makefile.am:1.1 Sun Oct 10 17:34:05 2004
+++ llvm/tools/llee/Makefile.am Wed Oct 13 06:46:52 2004
@@ -7,11 +7,11 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-lib_LIBRARIES = libexecve.a
+lib_LTLIBRARIES = libexecve.la
-libexecve_a_SOURCES = ExecveHandler.c StorageProxy.c SysUtils.c
+libexecve_la_SOURCES = ExecveHandler.c StorageProxy.c SysUtils.c
all: llee
More information about the llvm-commits
mailing list