OSDN Git Service

upgrade to 3.6.7
[jnethack/source.git] / win / win32 / dgnstuff.mak
index 2339a8a..d32dec0 100644 (file)
@@ -57,7 +57,7 @@ tools:
           copy $(YTABH) ..\include\dgn_comp.h
           @del $(YTABC)
           @del $(YTABH)
-          chdir ..\build
+          chdir ..\src
 !ENDIF
 
 ..\util\dgn_yacc.c : ..\util\dgn_comp.y
@@ -74,7 +74,7 @@ tools:
           copy $(YTABH) ..\include\dgn_comp.h
           @del $(YTABC)
           @del $(YTABH)
-          chdir ..\build
+          chdir ..\src
 !ENDIF
 
 ..\util\dgn_lex.c: ..\util\dgn_comp.l
@@ -89,5 +89,5 @@ tools:
           $(LEX) dgn_comp.l
           copy $(LEXYYC) $@
           @del $(LEXYYC)
-          chdir ..\build
+          chdir ..\src
 !ENDIF