diff options
author | Jiri Vanek <[email protected]> | 2012-06-12 10:21:05 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-06-12 10:21:05 +0200 |
commit | 80ddf6e2bef123a8c02836b3fe76f0307537298f (patch) | |
tree | 3b54be3c0b9751ef1b839fe8ad81e3773734c194 /Makefile.am | |
parent | 7ab4e85d1b8e1eadebca99320c605dee7ecd09d5 (diff) |
removed error-bringing empty line
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c09a4c1..c3d0eb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -680,7 +680,6 @@ stamps/run-netx-dist-tests.stamp: stamps/netx-dist.stamp extra-lib/about.jar sta CLASSPATH=$(NETX_DIR)/lib/classes.jar:$(JUNIT_JAR):$(JUNIT_RUNNER_JAR):. \ $(BOOT_DIR)/bin/java $(REPRODUCERS_DPARAMETERS) \ -Xbootclasspath:$(RUNTIME) CommandLine $$class_names - if WITH_XSLTPROC $(XSLTPROC) $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/logs.xsl $(JNLP_TESTS_ENGINE_DIR)/ServerAccess-logs.xml > $(TESTS_DIR)/logs_reproducers.html $(XSLTPROC) --stringparam logs logs_reproducers.html $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/jreport.xsl $(JNLP_TESTS_ENGINE_DIR)/tests-output.xml > $(TESTS_DIR)/index_reproducers.html |