diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Slice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Makefile b/cpp/src/Slice/Makefile index b00328ae016..eabc9da738e 100644 --- a/cpp/src/Slice/Makefile +++ b/cpp/src/Slice/Makefile @@ -28,7 +28,7 @@ SRCS = $(OBJS:.o=.cpp) include $(top_srcdir)/config/Make.rules -CPPFLAGS := -I.. $(CPPFLAGS) -DYYDEBUG=1 +CPPFLAGS := -I.. $(CPPFLAGS) $(VERSIONED_NAME): $(OBJS) rm -f $@ |