diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-06-30 09:08:51 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-06-30 09:08:51 +0000 |
commit | c49f85f5579cdababdd5f0be67cc21a2b65e5873 (patch) | |
tree | a7dfcc607e555baa7a588d17b08ddf3e7ab5ad2c /cpp/src/slice2cpp | |
parent | Fix (diff) | |
download | ice-c49f85f5579cdababdd5f0be67cc21a2b65e5873.tar.bz2 ice-c49f85f5579cdababdd5f0be67cc21a2b65e5873.tar.xz ice-c49f85f5579cdababdd5f0be67cc21a2b65e5873.zip |
Merged make install fixes from the branch.
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Makefile b/cpp/src/slice2cpp/Makefile index f51cb8b3bbc..ca7a2de48a4 100644 --- a/cpp/src/slice2cpp/Makefile +++ b/cpp/src/slice2cpp/Makefile @@ -27,6 +27,6 @@ $(NAME): $(OBJS) $(CXX) $(LDFLAGS) -o $@ $(OBJS) -lSlice $(BASELIBS) install:: all - $(INSTALL_PROGRAM) $(NAME) $(install_bindir) + $(call installprogram,$(NAME),$(install_bindir)) include .depend |