File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ GEN_INCLUDE_DIR = include/glide
2020GEN_SRC_DIR = src
2121
2222# Force header generation before any compilation
23- $(shared_objects_valkey_glide ) : include/glide_bindings.h cluster_scan_cursor_arginfo.h valkey_glide_arginfo.h valkey_glide_cluster_arginfo.h logger_arginfo.h tests/client_constructor_mock_arginfo.h
23+ $(shared_objects_valkey_glide ) : include/glide_bindings.h cluster_scan_cursor_arginfo.h valkey_glide_arginfo.h valkey_glide_cluster_arginfo.h logger_arginfo.h
2424
2525# Backward compatibility alias
26- build-modules-pre : include/glide_bindings.h cluster_scan_cursor_arginfo.h valkey_glide_arginfo.h valkey_glide_cluster_arginfo.h logger_arginfo.h tests/client_constructor_mock_arginfo.h
26+ build-modules-pre : include/glide_bindings.h cluster_scan_cursor_arginfo.h valkey_glide_arginfo.h valkey_glide_cluster_arginfo.h logger_arginfo.h
2727
2828# Arginfo header dependencies
2929cluster_scan_cursor_arginfo.h : cluster_scan_cursor.stub.php
@@ -38,9 +38,6 @@ valkey_glide_cluster_arginfo.h: valkey_glide_cluster.stub.php
3838logger_arginfo.h : logger.stub.php
3939 @php -f $(top_srcdir ) /build/gen_stub.php logger.stub.php || echo " logger arginfo generation failed"
4040
41- tests/client_constructor_mock_arginfo.h : tests/client_constructor_mock.stub.php
42- @php -f $(top_srcdir ) /build/gen_stub.php tests/client_constructor_mock.stub.php || echo " client_constructor_mock arginfo generation failed"
43-
4441include/glide_bindings.h :
4542 @echo " === GENERATING HEADER FILE ==="
4643 @if [ -f .gitmodules ] && [ -d .git ]; then \
You can’t perform that action at this time.
0 commit comments