Force "for" to be executed by command.com to work around broken "make" utilities.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@600 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
1c5db2e482
commit
123adb9145
@ -11,7 +11,7 @@
|
||||
libm.lib: $(CLIB)
|
||||
-$(RM) libm.lib
|
||||
$(LIBUTIL) $(CLIB) $(MATH_EXTRACT) $(LIBTERM)
|
||||
for %i in (*.obj) do ..\utils\patchobj CODE=LCODE %i
|
||||
$(COMSPEC) /c for %i in (*.obj) do ..\utils\patchobj CODE=LCODE %i
|
||||
$(LIBUTIL) libm $(MATH_INSERT) $(LIBTERM)
|
||||
-$(RM) *.OBJ
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user