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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user