зеркало из https://github.com/mozilla/pjs.git
Enabled dependencies for autoconf.
This commit is contained in:
Родитель
5dfd5e9ae5
Коммит
5f7a303f06
|
@ -401,7 +401,9 @@ endif
|
|||
# all public include files go in subdirectories of PUBLIC:
|
||||
PUBLIC = $(XPDIST)/public
|
||||
|
||||
ifndef USE_AUTOCONF
|
||||
ifdef USE_AUTOCONF
|
||||
DEPENDENCIES = .md
|
||||
else
|
||||
VPATH = $(OBJDIR)
|
||||
DEPENDENCIES = $(OBJDIR)/.md
|
||||
endif
|
||||
|
|
|
@ -743,7 +743,7 @@ endif
|
|||
|
||||
ifdef USE_AUTOCONF
|
||||
ALL_TRASH := $(filter-out $(OBJDIR), $(ALL_TRASH))
|
||||
else
|
||||
endif
|
||||
-include $(DEPENDENCIES)
|
||||
|
||||
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
|
||||
|
@ -778,7 +778,6 @@ ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
|
|||
exit(1); \
|
||||
}'
|
||||
endif
|
||||
endif # USE_AUTOCONF
|
||||
|
||||
#############################################################################
|
||||
# X dependency system
|
||||
|
@ -792,6 +791,7 @@ $(MKDEPENDENCIES)::
|
|||
$(MKDEPEND) -p$(OBJDIR_NAME)/ -o'.o' -f$(MKDEPENDENCIES) $(INCLUDES) $(CSRCS) $(CPPSRCS)
|
||||
|
||||
$(MKDEPEND)::
|
||||
cd $(DEPTH)/config; make nsinstall
|
||||
cd $(MKDEPEND_DIR); $(MAKE)
|
||||
|
||||
# Rules to for detection
|
||||
|
|
|
@ -82,6 +82,7 @@ RANLIB = $(ACRANLIB)
|
|||
UNZIP_PROG = $(ACUNZIP)
|
||||
WHOAMI = $(ACWHOAMI)
|
||||
ZIP_PROG = $(ACZIP)
|
||||
DEPENDENCIES = .md
|
||||
else
|
||||
VPATH = $(OBJDIR)
|
||||
DEPENDENCIES = $(OBJDIR)/.md
|
||||
|
|
Загрузка…
Ссылка в новой задаче