we blow past the limit for the echo command on WinNT as well. doing the stupid

thing for now until i can figure out how to generate better status and not
blow up the echo command.
This commit is contained in:
cyeh%netscape.com 1999-02-24 18:21:49 +00:00
Родитель 7cfb73c4eb
Коммит 7ec160a2b0
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -425,11 +425,7 @@ MAKEDEPDETECT=$(MAKEDEPDETECT: =)
!if !defined(NODEPEND) && "$(MAKEDEPDETECT)" != ""
depend:: $(OBJDIR)
!if "$(WINOS)" != "WINNT"
@echo Analyzing dependencies...
!else
@echo $(MAKEDEP) -s -o $(LINCS) $(OBJS)
!endif
$(MAKEDEP) -s -o $(MAKEDEPFILE) @<<
$(LINCS)
$(OBJS)