diff options
Diffstat (limited to 'cpp/src')
-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 |