[hydra-commits] hydra/ice branch, slice-translator-versioning, updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Fri Jun 25 17:31:27 CDT 2010
branch "slice-translator-versioning" has been updated
via 68a906019bc5a3c4f40e0311f2a0a114f744347d (commit)
from e4dcbfb5d5168ad4e4d9b72d652627fb8d736dda (commit)
Summary of changes:
cpp/test/Ice/versioning/version1/Makefile | 2 +-
cpp/test/Ice/versioning/version2/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 68a906019bc5a3c4f40e0311f2a0a114f744347d
Author: Brent Eagles <beagles at digium.com>
Date: Fri Jun 25 19:59:25 2010 -0230
Last commit did not really fix the problem.
diff --git a/cpp/test/Ice/versioning/version1/Makefile b/cpp/test/Ice/versioning/version1/Makefile
index d2992a2..d3bac41 100644
--- a/cpp/test/Ice/versioning/version1/Makefile
+++ b/cpp/test/Ice/versioning/version1/Makefile
@@ -34,7 +34,7 @@ Test.o: Test.cpp Test.h
Test.cpp Test.h: ../Test.ice
rm -f $@
- $(SLICE2CPP) $(SLICE2CPPFLAGS) $^
+ $(SLICE2CPP) $(SLICE2CPPFLAGS) ../Test.ice
$(CLIENT): $(VOBJS)
diff --git a/cpp/test/Ice/versioning/version2/Makefile b/cpp/test/Ice/versioning/version2/Makefile
index e0fdc10..246f81f 100644
--- a/cpp/test/Ice/versioning/version2/Makefile
+++ b/cpp/test/Ice/versioning/version2/Makefile
@@ -35,7 +35,7 @@ Test.o: Test.cpp Test.h
Test.cpp Test.h: ../Test.ice
rm -f $@
- $(SLICE2CPP) $(SLICE2CPPFLAGS) $^
+ $(SLICE2CPP) $(SLICE2CPPFLAGS) ../Test.ice
$(CLIENT): $(VOBJS)
rm -f $@
-----------------------------------------------------------------------
--
hydra/ice
More information about the asterisk-scf-commits
mailing list