[llvm-commits] CVS: llvm-tv/lib/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 5 14:35:26 PDT 2004



Changes in directory llvm-tv/lib:

Makefile updated: 1.1 -> 1.2
---
Log message:

Do not build wxwindows, it's no longer in the tree


---
Diffs of the changes:  (+1 -1)

Index: llvm-tv/lib/Makefile
diff -u llvm-tv/lib/Makefile:1.1 llvm-tv/lib/Makefile:1.2
--- llvm-tv/lib/Makefile:1.1	Mon Apr 12 23:02:14 2004
+++ llvm-tv/lib/Makefile	Tue Oct  5 16:35:15 2004
@@ -1,4 +1,4 @@
 LEVEL = ..
-DIRS = Snapshot wxwindows
+DIRS = Snapshot
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list