[llvm-commits] CVS: llvm-test/MultiSource/Applications/siod/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:14 PDT 2004
Changes in directory llvm-test/MultiSource/Applications/siod:
Makefile updated: 1.5 -> 1.6
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+1 -2)
Index: llvm-test/MultiSource/Applications/siod/Makefile
diff -u llvm-test/MultiSource/Applications/siod/Makefile:1.5 llvm-test/MultiSource/Applications/siod/Makefile:1.6
--- llvm-test/MultiSource/Applications/siod/Makefile:1.5 Wed Jun 2 18:06:37 2004
+++ llvm-test/MultiSource/Applications/siod/Makefile Wed Sep 1 09:33:20 2004
@@ -1,5 +1,4 @@
-
-LEVEL = ../../../../..
+LEVEL = ../../..
PROG = siod
CPPFLAGS = -D__USE_MISC -D__USE_GNU -D__USE_SVID -D__USE_XOPEN_EXTENDED -D__USE_XOPEN -Dunix
LDFLAGS = -lm $(TOOLLINKOPTS)
More information about the llvm-commits
mailing list