[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile

Reid Spencer reid at x10sys.com
Thu Jan 11 22:12:38 PST 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset:

Makefile updated: 1.1 -> 1.2
---
Log message:

Remove useless redirect.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile:1.1	Tue Jan  9 17:44:35 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/consumer-typeset/Makefile	Fri Jan 12 00:12:22 2007
@@ -3,5 +3,5 @@
 PROG     = consumer-typeset
 CPPFLAGS = -DOS_UNIX=1 -DOS_DOS=0 -DOS_MAC=0 -DDB_FIX=0 -DUSE_STAT=1 -DSAFE_DFT=0 -DCOLLATE=1 -DLIB_DIR=\"lout.lib\" -DFONT_DIR=\"font\" -DMAPS_DIR=\"maps\" -DINCL_DIR=\"include\" -DDATA_DIR=\"data\" -DHYPH_DIR=\"hyph\" -DLOCALE_DIR=\"locale\" -DCHAR_IN=1 -DCHAR_OUT=0 -DLOCALE_ON=1 -DASSERT_ON=1 -DDEBUG_ON=0  -DPDF_COMPRESSION=0
 LDFLAGS  = -lm
-RUN_OPTIONS = -I data/include -D data/data -F data/font -C data/maps -H data/hyph large.lout > output_large.ps
+RUN_OPTIONS = -I data/include -D data/data -F data/font -C data/maps -H data/hyph large.lout
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list