diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-03-06 02:51:56 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-03-06 02:51:56 +0000 |
commit | 5839d74b37ccf64fa056bae43141d6d99f4a4093 (patch) | |
tree | 222a12572c054fd2c692ae25d4c8c5d505b3be6b /cpp | |
parent | DB fixes (diff) | |
download | ice-5839d74b37ccf64fa056bae43141d6d99f4a4093.tar.bz2 ice-5839d74b37ccf64fa056bae43141d6d99f4a4093.tar.xz ice-5839d74b37ccf64fa056bae43141d6d99f4a4093.zip |
backout mistake
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index fbe703463ed..ca003c188d5 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -17,7 +17,7 @@ # if it does not exist. # -prefix = /home/bernard/test-install/Ice-$(VERSION) +prefix = /opt/Ice-$(VERSION) # # Define OPTIMIZE as yes if you want to build with |