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

git-svn-id: svn://10.0.0.236/trunk@78457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2000-09-08 00:52:35 +00:00
parent 477f214cb9
commit 2a8bb155b4

View File

@@ -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