]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile: fix extjs.c -> make_webui dependency
authorJaroslav Kysela <perex@perex.cz>
Wed, 13 May 2015 19:20:48 +0000 (21:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 14 May 2015 06:48:06 +0000 (08:48 +0200)
Makefile

index 7833674f9f2e700a2d7480f33f2249413ccf6e83..625ca8c94909b1b779b3af5657b11526a929c210 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -454,6 +454,9 @@ FORCE:
 # Include dependency files if they exist.
 -include $(DEPS)
 
+# Some hardcoded deps
+src/webui/extjs.c: make_webui
+
 # Include OS specific targets
 include ${ROOTDIR}/support/${OSENV}.mk