Fixed the relative paths in the symlinks created by the moz_import target.

This commit is contained in:
wtc%netscape.com 2000-09-08 00:52:35 +00:00
Родитель 334b3a897f
Коммит 80c2512cf4
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -73,8 +73,8 @@ include $(CORE_DEPTH)/coreconf/rules.mk
#######################################################################
moz_import::
$(NSINSTALL) -L ../../../dist include $(DIST)
$(NSINSTALL) -L ../../../dist lib $(DIST)
$(NSINSTALL) -L ../../dist include $(DIST)
$(NSINSTALL) -L ../../dist lib $(DIST)
cp $(DIST)/lib/libmozdbm_s.a $(DIST)/lib/libdbm.a
nsm:: all