diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-06-08 15:26:23 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-06-08 15:26:23 +0800 |
commit | 2b0fd11d10177b71f1465afac79ffe8ac1abcced (patch) | |
tree | af5c67428aabd0471f087b3abe11d0c85183cd18 /cpp/demo/Database/Oracle/proc | |
parent | add .gitignore files. (diff) | |
download | ice-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/Makefile | 2 |
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 |