diff options
author | Brent Eagles <brent@zeroc.com> | 2007-11-07 22:57:25 -0330 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-11-07 22:58:46 -0330 |
commit | 008343ce632d400c92be6d226ff65a827b31efb6 (patch) | |
tree | ec2b98fb03343ef2d6782cde7059670d11b51d5d /cpp/src | |
parent | - Reinserting unintentionally deleted Visual Basic demos. (diff) | |
download | ice-008343ce632d400c92be6d226ff65a827b31efb6.tar.bz2 ice-008343ce632d400c92be6d226ff65a827b31efb6.tar.xz ice-008343ce632d400c92be6d226ff65a827b31efb6.zip |
Fix a few straggler makefile issues with moved slice directory
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Makefile b/cpp/src/IceGrid/Makefile index 4797a30ccba..2ac5cac452e 100644 --- a/cpp/src/IceGrid/Makefile +++ b/cpp/src/IceGrid/Makefile @@ -172,7 +172,7 @@ $(LOCAL_HDIR)/IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp: $(SLICE2FREEZ rm -f IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp $(SLICE2FREEZECMD) --dict IceGrid::IdentityObjectInfoDict,Ice::Identity,IceGrid::ObjectInfo \ --dict-index IceGrid::IdentityObjectInfoDict,type \ - IdentityObjectInfoDict ../../slice/Ice/Identity.ice $(LOCAL_SDIR)/Internal.ice + IdentityObjectInfoDict $(slicedir)/Ice/Identity.ice $(LOCAL_SDIR)/Internal.ice clean:: rm -f IdentityObjectInfoDict.h IdentityObjectInfoDict.cpp |