summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-02-04 18:34:08 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-02-04 18:34:08 +0000
commitf5dc4a5fb817f0a1c205f61d5f829ea36e3cec99 (patch)
tree3e80f71ab40753f6225b362c6bbbcbbc68f48a87 /cpp
parentFix bug with mid-action rules. (diff)
downloadice-f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99.tar.bz2
ice-f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99.tar.xz
ice-f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99.zip
Remove bogus Makefile commit.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Slice/Makefile2
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 $@