changing the build system to export the "lib" on the libs phase not wait for install

This commit is contained in:
mjudge%netscape.com 1999-03-12 01:28:52 +00:00
Родитель 44cacb9e76
Коммит 64003df130
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -68,7 +68,7 @@ LLIBS= \
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
libs:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib