diff options
author | randomdan <randomdan@localhost> | 2008-11-13 14:45:11 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2008-11-13 14:45:11 +0000 |
commit | efd292508070835781a0d92448a3661279dfd307 (patch) | |
tree | 0d2592bacfdb0cd159ebc5780dd69f86cc893af0 /libodbcpp/configure | |
parent | Fix the C++ template errors (diff) | |
download | libdbpp-odbc-efd292508070835781a0d92448a3661279dfd307.tar.bz2 libdbpp-odbc-efd292508070835781a0d92448a3661279dfd307.tar.xz libdbpp-odbc-efd292508070835781a0d92448a3661279dfd307.zip |
Lots of little fixes
Diffstat (limited to 'libodbcpp/configure')
-rwxr-xr-x | libodbcpp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libodbcpp/configure b/libodbcpp/configure index a7d295d..7cd931c 100755 --- a/libodbcpp/configure +++ b/libodbcpp/configure @@ -1,4 +1,4 @@ #!/bin/bash cp makefile.in makefile -makedepend *.cpp +makedepend *.cpp 2> /dev/null |