summaryrefslogtreecommitdiff
path: root/cpp/demo/Database/Oracle/proc
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-06-08 15:26:23 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-06-08 15:26:23 +0800
commit2b0fd11d10177b71f1465afac79ffe8ac1abcced (patch)
treeaf5c67428aabd0471f087b3abe11d0c85183cd18 /cpp/demo/Database/Oracle/proc
parentadd .gitignore files. (diff)
downloadice-2b0fd11d10177b71f1465afac79ffe8ac1abcced.tar.bz2
ice-2b0fd11d10177b71f1465afac79ffe8ac1abcced.tar.xz
ice-2b0fd11d10177b71f1465afac79ffe8ac1abcced.zip
clean up clean rules.
Diffstat (limited to 'cpp/demo/Database/Oracle/proc')
-rw-r--r--cpp/demo/Database/Oracle/proc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Database/Oracle/proc/Makefile b/cpp/demo/Database/Oracle/proc/Makefile
index ae0829f9273..236cd26ca89 100644
--- a/cpp/demo/Database/Oracle/proc/Makefile
+++ b/cpp/demo/Database/Oracle/proc/Makefile
@@ -62,6 +62,6 @@ $(SERVER): $(OBJS) $(SOBJS)
$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(ORACLE_LIBS) $(LIBS)
clean::
- rm -f $(GENERATED_PROC_FILES)
+ -rm -f $(GENERATED_PROC_FILES)
include .depend