diff options
author | warren%netscape.com <devnull@localhost> | 1999-11-28 03:03:30 +0000 |
---|---|---|
committer | warren%netscape.com <devnull@localhost> | 1999-11-28 03:03:30 +0000 |
commit | 9b2fb6549604d664a31592491a8e7c71c8844ce8 (patch) | |
tree | 6838abca6a874bcb7b129b55bd69916afdbd3a61 /dbm | |
parent | bad6b5dea6f7377845c6ea716eaef8ec1691958b (diff) | |
parent | baa3850d21adf3c9181575b02d7cd44a82dc523c (diff) | |
download | nss-hg-9b2fb6549604d664a31592491a8e7c71c8844ce8.tar.gz |
Eliminated the libs build pass.
Diffstat (limited to 'dbm')
-rw-r--r-- | dbm/src/Makefile.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/Makefile.win b/dbm/src/Makefile.win index 9484811e8..1d49e5f91 100644 --- a/dbm/src/Makefile.win +++ b/dbm/src/Makefile.win @@ -90,7 +90,7 @@ include <$(DEPTH)/config/rules.mak> CFLAGS = $(CFLAGS) -DMOZILLA_CLIENT -libs:: $(LIBRARY) +install:: $(LIBRARY) $(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib |