summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-03-10 19:29:04 -0700
committerGeorge Joseph <gjoseph@digium.com>2017-03-10 19:30:29 -0700
commit523de8eb8e0f7283b6c9210d5da0df541684e784 (patch)
tree6c275b6becf96ecf993368241096e9003703a4e6 /third-party
parent8386a38e06d661c13b5dd581ab829ff5a8762f54 (diff)
pjproject_bundled: Reduce the need for rebuilds
Bundled pjproject should now only rebuild if one of the menuselect "Compiler Flags" options changes. Change-Id: If114a2e16b9e77af371a600d6a5e197bbf28fe43
Diffstat (limited to 'third-party')
-rw-r--r--third-party/pjproject/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/pjproject/Makefile b/third-party/pjproject/Makefile
index bfd1c27fc..99c22fa8b 100644
--- a/third-party/pjproject/Makefile
+++ b/third-party/pjproject/Makefile
@@ -135,7 +135,7 @@ source/pjlib/include/pj/%.h: patches/%.h
$(ECHO_PREFIX) Applying custom include file $<
$(CMD_PREFIX) cp -f $< source/pjlib/include/pj/
-.rebuild_needed: $(wildcard ../../makeopts) $(wildcard ../../menuselect.makeopts)
+.rebuild_needed: $(wildcard ../../.lastclean)
$(ECHO_PREFIX) Rebuilding
$(CMD_PREFIX) $(MAKE) clean $(REALLY_QUIET)