[llvm-commits] [test-suite] r100988 - /test-suite/trunk/MultiSource/Applications/d/Makefile

Dan Gohman gohman at apple.com
Sun Apr 11 14:20:59 PDT 2010


Author: djg
Date: Sun Apr 11 16:20:58 2010
New Revision: 100988

URL: http://llvm.org/viewvc/llvm-project?rev=100988&view=rev
Log:
Don't put quotes around RUN_OPTIONS; they aren't needed, and they break
bugpoint-opt.

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

Modified: test-suite/trunk/MultiSource/Applications/d/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/d/Makefile?rev=100988&r1=100987&r2=100988&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/d/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/d/Makefile Sun Apr 11 16:20:58 2010
@@ -2,5 +2,5 @@
 PROG = make_dparser
 Source=make_dparser.c write_ctables.c gram.c lex.c lr.c arg.c parse.c scan.c symtab.c util.c version.c grammar.g.c
 CPPFLAGS =  -DD_BUILD_VERSION=5725
-RUN_OPTIONS="-v $(PROJ_SRC_DIR)/grammar.g"
+RUN_OPTIONS=-v $(PROJ_SRC_DIR)/grammar.g
 include ../../Makefile.multisrc





More information about the llvm-commits mailing list