Cannot use if exist and for together...

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@544 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-03-15 04:32:37 +00:00
parent bf5d83c016
commit bb533c614c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
libm.lib: $(CLIB)
-$(RM) libm.lib
$(LIBUTIL) $(CLIB) $(MATH_EXTRACT) $(LIBTERM)
for %i in (*.obj) do if exist %i ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT %i
for %i in (*.obj) do ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT %i
$(LIBUTIL) libm $(MATH_INSERT) $(LIBTERM)
-$(RM) *.OBJ