Rename 'install' build phase to 'libs'.

Bug #56601 r=pavlov


git-svn-id: svn://10.0.0.236/trunk@108684 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2001-11-21 09:49:41 +00:00
parent 7f9f34333a
commit 889469fd27
363 changed files with 386 additions and 389 deletions

View File

@@ -61,7 +61,7 @@ LINCS=-I..\src
include <$(DEPTH)\config\rules.mak>
install:: $(DLL) $(LIBRARY)
libs:: $(DLL) $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
$(MAKE_INSTALL) $(DLL) $(DIST)\bin

View File

@@ -50,7 +50,7 @@ LINCS=-I..
include <$(DEPTH)\config\rules.mak>
install:: $(PROGRAM)
libs:: $(PROGRAM)
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
clobber::