aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-09-22 13:39:32 -0400
committerdavilla <davilla@4pi.com>2012-09-22 13:40:05 -0400
commit836f709294efa833096d9dec0f9dcb6309f3d6f4 (patch)
tree3ca1a67f22fc23f6397c2c7f9b88744ef136c45f /tools
parent8b2d36ee732b161811490636d4039ed27dd754b0 (diff)
[osx] fixed depends/libcec constant rebuilding when nothing changes
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/libcec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile
index c516346a23..4cf486e0ed 100644
--- a/tools/darwin/depends/libcec/Makefile
+++ b/tools/darwin/depends/libcec/Makefile
@@ -10,21 +10,21 @@ ARCHIVE=$(SOURCE).tar.gz
# configuration settings
CONFIGURE=./configure --prefix=$(PREFIX)
-LIBDYLIB=$(SOURCE)/lib/.libs/$(LIBNAME).dylib
+LIBDYLIB=$(SOURCE)/src/lib/.libs/$(LIBNAME).1.dylib
all: $(LIBDYLIB) .installed
$(TARBALLS_LOCATION)/$(ARCHIVE):
$(RETRIEVE_TOOL) $(RETRIEVE_TOOL_FLAGS) $(BASE_URL)/$(ARCHIVE)
-$(LIBNAME): $(TARBALLS_LOCATION)/$(ARCHIVE)
+$(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
rm -rf $(SOURCE)
$(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
echo $(SOURCE) > .gitignore
cd $(SOURCE); autoreconf -vif
cd $(SOURCE); $(CONFIGURE)
-$(LIBDYLIB): $(LIBNAME)
+$(LIBDYLIB): $(SOURCE)
make -j 1 -C $(SOURCE)
.installed: