From 22456c4965b4818a18a23982f59bc98403a4af90 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sat, 13 Aug 2005 20:18:37 +0000 Subject: [PATCH] [_WIN32]: Use pconfig.obj instead of pconfig.o for ntpconfig: --- src/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Makefile b/src/util/Makefile index c84e8d2b4..cedcdbbea 100644 --- a/src/util/Makefile +++ b/src/util/Makefile @@ -79,7 +79,7 @@ ntfairland: fairland.obj pconfig: pconfig.o $(CC) -o pconfig $(IFLAGS) $(CFLAGS) pconfig.o $(LIBS) $(LFLAGS) -lc -ntpconfig: pconfig.o +ntpconfig: pconfig.obj link /OUT:pconfig.exe \ /NOD /DEBUG:full /DEBUGTYPE:cv /MACHINE:IX86 /NOLOGO \ pconfig.obj $(NTLIBS) \ -- 2.43.0