[llvm-commits] CVS: llvm-test/TEST.dsgraph.Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Jan 24 13:21:30 PST 2005



Changes in directory llvm-test:

TEST.dsgraph.Makefile updated: 1.13 -> 1.14
---
Log message:

Get this to work.


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

 TEST.dsgraph.Makefile |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: llvm-test/TEST.dsgraph.Makefile
diff -u llvm-test/TEST.dsgraph.Makefile:1.13 llvm-test/TEST.dsgraph.Makefile:1.14
--- llvm-test/TEST.dsgraph.Makefile:1.13	Sat Jan 15 21:16:09 2005
+++ llvm-test/TEST.dsgraph.Makefile	Mon Jan 24 15:21:14 2005
@@ -5,9 +5,7 @@
 #
 ##===----------------------------------------------------------------------===##
 
-CURDIR  := $(shell cd .; pwd)
-PROGDIR := $(PROJ_SRC_ROOT)
-RELDIR  := $(subst $(PROGDIR),,$(CURDIR))
+RELDIR  := $(subst $(PROJ_OBJ_ROOT),,$(PROJ_OBJ_DIR))
 
 # We require the programs to be linked with libdummy
 include $(LEVEL)/Makefile.dummylib






More information about the llvm-commits mailing list