diff options
author | Jose <jose@zeroc.com> | 2014-10-29 10:11:30 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-29 10:11:30 +0100 |
commit | 712348bda2c975c13987fd34faca956bb5e59bb8 (patch) | |
tree | c24a0fa360e4d2c18d67e0ce4a31cebada987cbf /cpp/src/IceBox | |
parent | Fixed (ICE-5797) - warning: ignoring invalid metadata `cpp::array' (diff) | |
download | ice-712348bda2c975c13987fd34faca956bb5e59bb8.tar.bz2 ice-712348bda2c975c13987fd34faca956bb5e59bb8.tar.xz ice-712348bda2c975c13987fd34faca956bb5e59bb8.zip |
minor build fixes
Diffstat (limited to 'cpp/src/IceBox')
-rw-r--r-- | cpp/src/IceBox/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceBox/Makefile b/cpp/src/IceBox/Makefile index 78c1709581a..6a60d2aa9f7 100644 --- a/cpp/src/IceBox/Makefile +++ b/cpp/src/IceBox/Makefile @@ -33,8 +33,6 @@ OBJS = $(LIB_OBJS) \ $(SOBJS) \ $(AOBJS) -SLICE_SRCS = $(addprefix $(SDIR)/, $(SLICE_OBJS:.o=.ice)) - HDIR = $(headerdir)/IceBox SDIR = $(slicedir)/IceBox |