зеркало из https://github.com/mozilla/gecko-dev.git
The rule for creating nslib.c does not need to be a double-colon rule.
Modified it to use automatic variables ($+ and $@) instead of hardcoded file names.
This commit is contained in:
Родитель
c77cd80205
Коммит
e129f78dda
|
@ -73,10 +73,10 @@ include $(CORE_DEPTH)/coreconf/rules.mk
|
|||
#######################################################################
|
||||
|
||||
|
||||
$(OBJDIR)/nslib.c:: swflib.c nsmap.h
|
||||
$(OBJDIR)/nslib.c: nsmap.h swflib.c
|
||||
@$(MAKE_OBJDIR)
|
||||
rm -f nslib.c
|
||||
cat nsmap.h swflib.c > $(OBJDIR)/nslib.c
|
||||
rm -f $@
|
||||
cat $+ > $@
|
||||
|
||||
export:: private_export
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче