summaryrefslogtreecommitdiff
path: root/src/select/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-01-06 16:09:06 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-01-06 16:09:06 +0000
commite220b0fc2ede1dcbbe7e6e62c256e2ec297f26a3 (patch)
tree1257c1e5076b37f52cd241cd10dda5f4a523a298 /src/select/Makefile
parent850a55e0feb026ace04b63b9cb8a8c3313768327 (diff)
downloadlibcss-e220b0fc2ede1dcbbe7e6e62c256e2ec297f26a3.tar.gz
libcss-e220b0fc2ede1dcbbe7e6e62c256e2ec297f26a3.tar.bz2
Build: Commit generated computed style access source code.
This means python3 is not required to build libcss. To re-generate the compute style access code, e.g. when adding new CSS properties, developers must run `make select_generator` and commit the updated generated source code.
Diffstat (limited to 'src/select/Makefile')
-rw-r--r--src/select/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/select/Makefile b/src/select/Makefile
index 13c3eec..025ad39 100644
--- a/src/select/Makefile
+++ b/src/select/Makefile
@@ -3,6 +3,5 @@ select_generator:
python3 src/select/select_generator.py
DIR_SOURCES := arena.c computed.c dispatch.c hash.c select.c font_face.c
-PRE_TARGETS := select_generator
include $(NSBUILD)/Makefile.subdir