[llvm-commits] CVS: llvm-test/External/Povray/Makefile

Misha Brukman brukman at cs.uiuc.edu
Mon Sep 6 21:05:32 PDT 2004



Changes in directory llvm-test/External/Povray:

Makefile updated: 1.10 -> 1.11
---
Log message:

Include Makefile.config now that we have it back


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

Index: llvm-test/External/Povray/Makefile
diff -u llvm-test/External/Povray/Makefile:1.10 llvm-test/External/Povray/Makefile:1.11
--- llvm-test/External/Povray/Makefile:1.10	Mon Sep  6 03:36:37 2004
+++ llvm-test/External/Povray/Makefile	Mon Sep  6 23:05:22 2004
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
-#include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.config
 
 PROG = povray
 






More information about the llvm-commits mailing list