Remove all uses of pushd/popd

in case someone  wants to build on Windows98 where they don't exist.
They are available in NT or Windows 2000 only (and possibly XP).
This commit is contained in:
nethack.allison
2002-01-22 22:54:54 +00:00
parent b54f1c2089
commit 1b91f47b4c
6 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ clean:
copy $(YTABH) ..\include\dgn_comp.h
@del $(YTABC)
@del $(YTABH)
chdir ..\src
chdir ..\build
!ENDIF
..\util\dgn_lex.c: ..\util\dgn_comp.l
@@ -55,5 +55,5 @@ clean:
$(LEX) dgn_comp.l
copy $(LEXYYC) $@
@del $(LEXYYC)
chdir ..\src
chdir ..\build
!ENDIF