[llvm-commits] [test-suite] r99406 - /test-suite/trunk/MultiSource/Applications/lemon/Makefile

Jim Grosbach grosbach at apple.com
Wed Mar 24 10:07:16 PDT 2010


Author: grosbach
Date: Wed Mar 24 12:07:16 2010
New Revision: 99406

URL: http://llvm.org/viewvc/llvm-project?rev=99406&view=rev
Log:
Support for builddir != srcdir

Modified:
    test-suite/trunk/MultiSource/Applications/lemon/Makefile

Modified: test-suite/trunk/MultiSource/Applications/lemon/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/lemon/Makefile?rev=99406&r1=99405&r2=99406&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/lemon/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/lemon/Makefile Wed Mar 24 12:07:16 2010
@@ -3,7 +3,7 @@
 Source = lemon.c
 
 PROG = lemon
-RUN_OPTIONS = parse.y example1.y example2.y example3.y example4.y example5.y lighttpd_configparser.y lighttpd_mod_ssi_exprparser.y wireshark_dtd_grammar.lemon wireshark_grammar.lemon wireshark_mate_grammar.lemon xapian_queryparser.lemony ecmascript.y
+RUN_OPTIONS = $(PROJ_SRC_DIR)/parse.y $(PROJ_SRC_DIR)/example1.y $(PROJ_SRC_DIR)/example2.y $(PROJ_SRC_DIR)/example3.y $(PROJ_SRC_DIR)/example4.y $(PROJ_SRC_DIR)/example5.y $(PROJ_SRC_DIR)/lighttpd_configparser.y $(PROJ_SRC_DIR)/lighttpd_mod_ssi_exprparser.y $(PROJ_SRC_DIR)/wireshark_dtd_grammar.lemon $(PROJ_SRC_DIR)/wireshark_grammar.lemon $(PROJ_SRC_DIR)/wireshark_mate_grammar.lemon $(PROJ_SRC_DIR)/xapian_queryparser.lemony $(PROJ_SRC_DIR)/ecmascript.y
 
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list