]> granicus.if.org Git - nethack/commitdiff
Makefile.nt bit (from Yitzhak)
authornethack.allison <nethack.allison>
Fri, 25 Jan 2002 12:39:26 +0000 (12:39 +0000)
committernethack.allison <nethack.allison>
Fri, 25 Jan 2002 12:39:26 +0000 (12:39 +0000)
sys/winnt/Makefile.nt

index 81e55d7dab5d329d0a5d7c43c2accfd138daf769..c9f1f0f661efb54885b314cb450b146e2f785118 100644 (file)
@@ -275,7 +275,7 @@ DLB =
 #==========================================
 
 {$(WIN32)}.c{$(OBJ)}.o:
-       @$(cc) $(CFLAGS)  -o$@  $<
+       @$(cc) $(CFLAGS)  -Fo$@  $<
 
 #==========================================
 #================ MACROS ==================