Since $(DEPENDENCIES) is not generated for OS2 or NT, do not try to include the file.

This commit is contained in:
cls%seawood.org 1998-11-19 03:09:23 +00:00
Родитель 1f47e98522
Коммит 141f2e1410
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -734,9 +734,9 @@ endif
ifdef USE_AUTOCONF
ALL_TRASH := $(filter-out $(OBJDIR), $(ALL_TRASH))
endif
-include $(DEPENDENCIES)
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
-include $(DEPENDENCIES)
# Can't use sed because of its 4000-char line length limit, so resort to perl
.DEFAULT:
@$(PERL) -e ' \