mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
b=?; fix make-makefile and cairo-features.h.in hack; r=ted
This commit is contained in:
parent
8894e5e9aa
commit
4cd467403f
@ -170,7 +170,9 @@ sub parse_arguments {
|
||||
foreach $makefile (@args) {
|
||||
$makefile =~ s/\.in$//;
|
||||
$makefile =~ s/\/$//;
|
||||
$makefile =~ /Makefile$/ or $makefile .= "/Makefile";
|
||||
$makefile =~ /Makefile$/
|
||||
or $makefile =~ /^\.\//
|
||||
or $makefile .= "/Makefile";
|
||||
push @makefiles, "$makefile";
|
||||
}
|
||||
@makefiles = "Makefile" unless @args;
|
||||
|
@ -43,8 +43,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
SUBMAKEFILES += cairo-features.h
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
VISIBILITY_FLAGS =
|
||||
endif
|
||||
@ -252,3 +250,6 @@ endif
|
||||
ifdef MOZ_TREE_CAIRO
|
||||
DEFINES += -DMOZ_TREE_CAIRO
|
||||
endif
|
||||
|
||||
cairo-features.h: $(srcdir)/cairo-features.h.in $(GLOBAL_DEPS)
|
||||
$(PERL) $(AUTOCONF_TOOLS)/make-makefile -t $(topsrcdir) -d $(DEPTH) ./$@
|
||||
|
Loading…
x
Reference in New Issue
Block a user