diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-02-04 18:34:08 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-02-04 18:34:08 +0000 |
commit | f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99 (patch) | |
tree | 3e80f71ab40753f6225b362c6bbbcbbc68f48a87 /cpp | |
parent | Fix bug with mid-action rules. (diff) | |
download | ice-f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99.tar.bz2 ice-f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99.tar.xz ice-f5dc4a5fb817f0a1c205f61d5f829ea36e3cec99.zip |
Remove bogus Makefile commit.
Diffstat (limited to 'cpp')
-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 $@ |