Fixed bustage for chrome:: rule

git-svn-id: svn://10.0.0.236/trunk@76063 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 2000-08-11 00:47:03 +00:00
parent 12978905ce
commit 03c2e00d03

View File

@ -722,7 +722,7 @@ clobber_all::
!endif
!endif
################################################################################
# Generate chrome building rules.
#
# You need to set these in your makefile.win to utilize this support:
@ -745,6 +745,9 @@ clobber_all::
# Top-level makefiles (the same one copying the rdf manifests
# and generating the jar file) should define this macro.
# This will notify the chrome registry of a new installation.
chrome::
!if "$(CHROME_DIR)" != "$(NULL)"
# Figure out root of chrome dist dir.
@ -865,17 +868,6 @@ chrome::
!endif
!endif # chrome
!endif # CONFIG_RULES_MAK
# Easier than typing it by hand, works from any directory:
debug::
start msdev $(DIST)\bin\mozilla.exe
# Easier than typing it by hand, works from any directory:
run::
$(DIST)\bin\mozilla.exe
################################################################################
## JAR Manifests
@ -902,3 +894,15 @@ chrome::
install:: chrome
################################################################################
# Easier than typing it by hand, works from any directory:
debug::
start msdev $(DIST)\bin\mozilla.exe
# Easier than typing it by hand, works from any directory:
run::
$(DIST)\bin\mozilla.exe
################################################################################
!endif # CONFIG_RULES_MAK
################################################################################