Fix the jprof makefile so that the libs are actually installed in the libs phase (like they are in makefiles that use rules.mk). Therefore, compiling a fresh or clobber build after building jprof will no longer fail when building the mozilla executable.

r=jim_nance@yahoo.com
Not part of default build.


git-svn-id: svn://10.0.0.236/trunk@59577 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-02-03 00:29:26 +00:00
parent d55b639f5b
commit 193c1b87ef

View File

@@ -82,6 +82,6 @@ test:
@echo LIBMALLOC = $(LIBMALLOC)
@echo TARGETS = $(TARGETS)
install::
libs::
$(INSTALL) -m 555 $(OTHER_LIBRARIES) $(DIST)/lib
$(INSTALL) -m 555 $(OTHER_LIBRARIES) $(DIST)/bin