summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty/kexisql/Makefile.msvc
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/3rdparty/kexisql/Makefile.msvc')
-rw-r--r--kexi/3rdparty/kexisql/Makefile.msvc7
1 files changed, 1 insertions, 6 deletions
diff --git a/kexi/3rdparty/kexisql/Makefile.msvc b/kexi/3rdparty/kexisql/Makefile.msvc
index e6fae4775..01e3028f6 100644
--- a/kexi/3rdparty/kexisql/Makefile.msvc
+++ b/kexi/3rdparty/kexisql/Makefile.msvc
@@ -107,18 +107,13 @@ TARGET = $(TDEDIR)/bin/kexisql2_d.dll
####### Implicit rules
-.SUFFIXES: .c .cpp .cc .cxx .C
+.SUFFIXES: .c .cpp .cxx .C
{.}.cpp{obj\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Foobj\ @<<
$<
<<
-{.}.cc{obj\}.obj::
- $(CXX) -c $(CXXFLAGS) $(INCPATH) -Foobj\ @<<
- $<
-<<
-
{.}.cxx{obj\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Foobj\ @<<
$<