mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
revert this change for now since it isn't working correctly and there are more
important issues to work on at the moment ... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
Makefile
8
Makefile
@@ -123,17 +123,13 @@ GLOBAL_MAKEOPTS=$(wildcard /etc/asterisk.makeopts)
|
|||||||
USER_MAKEOPTS=$(wildcard ~/.asterisk.makeopts)
|
USER_MAKEOPTS=$(wildcard ~/.asterisk.makeopts)
|
||||||
|
|
||||||
ifneq ($(wildcard menuselect.makeopts),)
|
ifneq ($(wildcard menuselect.makeopts),)
|
||||||
ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
|
|
||||||
include menuselect.makeopts
|
include menuselect.makeopts
|
||||||
include menuselect.makedeps
|
include menuselect.makedeps
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(wildcard makeopts),)
|
ifneq ($(wildcard makeopts),)
|
||||||
ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
|
|
||||||
include makeopts
|
include makeopts
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
TOPDIR_CFLAGS=-Iinclude
|
TOPDIR_CFLAGS=-Iinclude
|
||||||
MOD_SUBDIR_CFLAGS=-I../include -I..
|
MOD_SUBDIR_CFLAGS=-I../include -I..
|
||||||
@@ -427,16 +423,12 @@ db1-ast/libdb1.a:
|
|||||||
$(MAKE) -C db1-ast libdb1.a
|
$(MAKE) -C db1-ast libdb1.a
|
||||||
|
|
||||||
ifneq ($(wildcard .depend),)
|
ifneq ($(wildcard .depend),)
|
||||||
ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
|
|
||||||
include .depend
|
include .depend
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(wildcard .tags-depend),)
|
ifneq ($(wildcard .tags-depend),)
|
||||||
ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
|
|
||||||
include .tags-depend
|
include .tags-depend
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ast_expr2.c ast_expr2.h:
|
ast_expr2.c ast_expr2.h:
|
||||||
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
||||||
|
|||||||
Reference in New Issue
Block a user