[llvm-commits] CVS: llvm/tools/llee/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Fri Aug 15 18:33:01 PDT 2003
Changes in directory llvm/tools/llee:
Makefile updated: 1.1 -> 1.2
---
Log message:
`execve_test' is not part of LLEE.
---
Diffs of the changes:
Index: llvm/tools/llee/Makefile
diff -u llvm/tools/llee/Makefile:1.1 llvm/tools/llee/Makefile:1.2
--- llvm/tools/llee/Makefile:1.1 Mon Aug 11 17:29:36 2003
+++ llvm/tools/llee/Makefile Fri Aug 15 18:31:54 2003
@@ -6,7 +6,7 @@
OBJS = $(SRCS:%.c=%.o)
SO = execve.so
-all: $(SO) execve_test
+all: $(SO)
%.o: %.c
gcc -g -I../../include -D_GNU_SOURCE $< -c -o $@
More information about the llvm-commits
mailing list