diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-02-17 11:02:40 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-02-17 11:02:40 +0100 |
commit | 9ce8c63dae79e506e092a40d2d12523c520ca406 (patch) | |
tree | ffca9dd87b87491ced9642d5a2fcdadc2107a962 /cpp/src | |
parent | Fixed ICE-6315: fixed communicator destroy test for session helper (diff) | |
download | ice-9ce8c63dae79e506e092a40d2d12523c520ca406.tar.bz2 ice-9ce8c63dae79e506e092a40d2d12523c520ca406.tar.xz ice-9ce8c63dae79e506e092a40d2d12523c520ca406.zip |
IceLocatorDiscovery Makefile fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceLocatorDiscovery/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceLocatorDiscovery/Makefile b/cpp/src/IceLocatorDiscovery/Makefile index 4f7192ef977..0e7cc99ce87 100644 --- a/cpp/src/IceLocatorDiscovery/Makefile +++ b/cpp/src/IceLocatorDiscovery/Makefile @@ -48,8 +48,7 @@ $(libdir)$(cpp11libdirsuffix)/$(LIBNAME): $(libdir)/$(SONAME) ln -s $(cpp11sonamedir)$(SONAME) $@ endif -../IceLocatorDiscovery/IceLocatorDiscovery.h IceLocatorDiscovery.cpp: \ - $(slicedir)/IceLocatorDiscovery/IceLocatorDiscovery.ice $(SLICE2CPP) $(SLICEPARSERLIB) +../IceLocatorDiscovery/%.h %.cpp: $(slicedir)/IceLocatorDiscovery/%.ice $(SLICE2CPP) $(SLICEPARSERLIB) rm -f $(*F).h $(*F).cpp $(SLICE2CPP) $(SLICE2CPPFLAGS) $(slicedir)/IceLocatorDiscovery/$(*F).ice @touch $(*F).cpp |