You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2014/09/25 04:36:01 UTC

git commit: Fix out of tree build error.

Repository: trafficserver
Updated Branches:
  refs/heads/master 322a5d7e8 -> 8566edca1


Fix out of tree build error.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8566edca
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8566edca
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8566edca

Branch: refs/heads/master
Commit: 8566edca1a9ce5be34b58099b1f883fe3728765b
Parents: 322a5d7
Author: Alan M. Carroll <am...@apache.org>
Authored: Wed Sep 24 21:35:51 2014 -0500
Committer: Alan M. Carroll <am...@apache.org>
Committed: Wed Sep 24 21:35:51 2014 -0500

----------------------------------------------------------------------
 lib/tsconfig/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8566edca/lib/tsconfig/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/tsconfig/Makefile.am b/lib/tsconfig/Makefile.am
index 29fc916..2851f7a 100644
--- a/lib/tsconfig/Makefile.am
+++ b/lib/tsconfig/Makefile.am
@@ -61,4 +61,4 @@ test_tsconfig_LDADD = libtsconfig.la ../ts/libtsutil.la
 # Strip to just the enum in the ts::config namespace so we can use
 # it more easily in C++.
 TsConfigGrammar.hpp: TsConfigGrammar.h BisonHeaderToC++.sed
-	$(SED) -f $(srcdir)/BisonHeaderToC++.sed TsConfigGrammar.h > $@
+	$(SED) -f $(srcdir)/BisonHeaderToC++.sed $(srcdir)/TsConfigGrammar.h > $@