Skip to content

Commit

Permalink
Fixing busted win32 nightly builds (bug 179435). r=cls.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryner%netscape.com committed Nov 11, 2002
1 parent 5f28b87 commit 913dcd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/rules.mk
Expand Up @@ -2005,4 +2005,4 @@ endif

documentation:
@cd $(DEPTH)
$(DOXYGEN) $(topsrcdir)/config/doxygen.cfg
$(DOXYGEN) $(DEPTH)/config/doxygen.cfg
4 changes: 3 additions & 1 deletion config/version_win.pl
Expand Up @@ -133,6 +133,8 @@ sub getNextEntry

my $bufferstr=" ";

my $MILESTONE_FILE = "$topsrcdir/config/milestone.txt";

#Read module.ver file
#Version file overrides for WIN32:
#WIN32_MODULE_COMMENT
Expand Down Expand Up @@ -213,7 +215,7 @@ sub getNextEntry
# dll/program, but I can't seem to get backticks working
# properly in the makefiles =P
if ($milestone eq "") {
$milestone = Moz::Milestone::getOfficialMilestone();
$milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
}

if ($milestone ne "" && $milestone !~ /\+$/) {
Expand Down

0 comments on commit 913dcd6

Please sign in to comment.