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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user