summaryrefslogtreecommitdiff
path: root/external/firebird/firebird-cygwin-msvc-warnings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/firebird/firebird-cygwin-msvc-warnings.patch')
-rw-r--r--external/firebird/firebird-cygwin-msvc-warnings.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/external/firebird/firebird-cygwin-msvc-warnings.patch b/external/firebird/firebird-cygwin-msvc-warnings.patch
index b40f94750fa9..942522439bac 100644
--- a/external/firebird/firebird-cygwin-msvc-warnings.patch
+++ b/external/firebird/firebird-cygwin-msvc-warnings.patch
@@ -180,12 +180,12 @@ diff -ur builds/posix/make.rules builds/posix/make.rules
vpath %.cpp $(SRC_DIRS)
define compile
--$1/%.o: %.c
-+$1/%.obj: %.c
+-$1/%.o: %.c | $1
++$1/%.obj: %.c | $1
$(CC) -c $$(C_FLAGS) $$< -o $$@
--$1/%.o: %.cpp
-+$1/%.obj: %.cpp
+-$1/%.o: %.cpp | $1
++$1/%.obj: %.cpp | $1
$(CXX) -c $$(CXX_FLAGS) $$< -o $$@
endef