fix build breakage by including config.mak

This commit is contained in:
mscott%netscape.com 1999-07-29 02:47:16 +00:00
Родитель cd28fa26cc
Коммит c0c1cc8e74
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -16,10 +16,10 @@
MODULE = necko
DEPTH = ..\..\..
include <$(DEPTH)/config/config.mak>
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif

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

@ -18,10 +18,10 @@
MODULE = mime
DEPTH = ..\..\..
include <$(DEPTH)/config/config.mak>
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif

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

@ -14,10 +14,10 @@
# Reserved.
DEPTH = ..\..\..
include <$(DEPTH)/config/config.mak>
// temporary, until we land:
!ifndef NECKO
include <$(DEPTH)/config/config.mak>
PUBLIC = $(DEPTH)\netwerk\dist\include
!endif