mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Fix a dumb else then screwup.
This commit is contained in:
parent
3d1ea71042
commit
90230ffdac
@ -16,6 +16,19 @@
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
#
|
||||
# This script will generate a single Makefile from a Makefile.in using
|
||||
# the config.status script.
|
||||
#
|
||||
# The config.status script is generated the first time you run
|
||||
# ./configure.
|
||||
#
|
||||
#
|
||||
# Usage: update-makefile.sh
|
||||
#
|
||||
# Send comments, improvements, bugs to ramiro@netscape.com
|
||||
#
|
||||
|
||||
# Make sure a Makefile.in exists
|
||||
if [ ! -f Makefile.in ]
|
||||
then
|
||||
@ -59,9 +72,9 @@ cd $depth
|
||||
|
||||
# Make sure config.status exists
|
||||
if [ -f config.status ]
|
||||
else
|
||||
CONFIG_FILES=$makefile ./config.status
|
||||
then
|
||||
CONFIG_FILES=$makefile ./config.status
|
||||
else
|
||||
echo
|
||||
echo "There ain't no 'config.status' over here: $pwd"
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user