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

Reid Spencer reid at x10sys.com
Mon Sep 6 01:36:48 PDT 2004



Changes in directory llvm-test/External/Povray:

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

Adjust the makefiles for their new home.


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

Index: llvm-test/External/Povray/Makefile
diff -u llvm-test/External/Povray/Makefile:1.9 llvm-test/External/Povray/Makefile:1.10
--- llvm-test/External/Povray/Makefile:1.9	Wed Sep  1 09:33:19 2004
+++ llvm-test/External/Povray/Makefile	Mon Sep  6 03:36:37 2004
@@ -1,6 +1,6 @@
 LEVEL = ../..
 
-include $(LEVEL)/Makefile.config
+#include $(LEVEL)/Makefile.config
 
 PROG = povray
 
@@ -11,4 +11,4 @@
 LDFLAGS += -L$(BUILD_OBJ_ROOT)/lib/$(CONFIGURATION) -lpng -lz -lm
 
 RUN_OPTIONS = -I$(POVRAY_ROOT)/scenes/advanced/chess2.pov -L$(POVRAY_ROOT)/include -GA$<.junk -O-
-include ../../MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list