[llvm-commits] [test-suite] r57994 - /test-suite/trunk/MultiSource/Benchmarks/MallocBench/gs/Makefile
Julien Lerouge
jlerouge at apple.com
Wed Oct 22 11:47:14 PDT 2008
Author: jlerouge
Date: Wed Oct 22 13:47:14 2008
New Revision: 57994
URL: http://llvm.org/viewvc/llvm-project?rev=57994&view=rev
Log:
Make this test work if objdir != srcdir.
Modified:
test-suite/trunk/MultiSource/Benchmarks/MallocBench/gs/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/MallocBench/gs/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/MallocBench/gs/Makefile?rev=57994&r1=57993&r2=57994&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/MallocBench/gs/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/MallocBench/gs/Makefile Wed Oct 22 13:47:14 2008
@@ -2,7 +2,8 @@
PROG = gs
LIBS += -lm
LDFLAGS += -lm
-CPPFLAGS += -DNOMEMOPT -DGS_LIB_DEFAULT=\"$(shell pwd):$(shell pwd)/fonts\"
+CPPFLAGS += -DNOMEMOPT \
+ -DGS_LIB_DEFAULT=\"$(PROJ_SRC_DIR):$(PROJ_SRC_DIR)/fonts\"
#
# This is to work around a bug where having a function prototype that is
More information about the llvm-commits
mailing list