projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8488316
)
Fix a linkage error when doing installcheck for test/win.mak.
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Thu, 3 Aug 2017 09:55:54 +0000
(18:55 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Fri, 4 Aug 2017 02:50:10 +0000
(11:50 +0900)
Report and patch by Kazuki Uehara.
test/win.mak
patch
|
blob
|
blame
|
history
diff --git
a/test/win.mak
b/test/win.mak
index 741b7f85ae911a334213e1753eef31092cb73ce6..f615dd6267eab03de59869e5350182fb240b579d 100644
(file)
--- a/
test/win.mak
+++ b/
test/win.mak
@@
-62,8
+62,8
@@
$(OBJDIR) :
runsuite.exe: runsuite.c
cl runsuite.c $(CLFLAGS) $(LINKFLAGS)
-reset-db.exe: reset-db.c
- cl reset-db.c $(CLFLAGS) $(LINKFLAGS)
+reset-db.exe: reset-db.c
$(COMOBJ)
+ cl reset-db.c $(CLFLAGS) $(LINKFLAGS)
$(COMOBJ)
# activate the above inference rule
.SUFFIXES: .out