Fix a linkage error when doing installcheck for test/win.mak.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Thu, 3 Aug 2017 09:55:54 +0000 (18:55 +0900)
committerHiroshi 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

index 741b7f85ae911a334213e1753eef31092cb73ce6..f615dd6267eab03de59869e5350182fb240b579d 100644 (file)
@@ -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