From f5d6be3b3efe9781763df903d0c062e24b52e143 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 8 Feb 2024 09:59:52 -0600 Subject: [PATCH] Fix a dependency check for bindings --- bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index e1bb50ed2..34272b70c 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -39,7 +39,7 @@ BUILT_SOURCES += hamlibperl_wrap.c MOSTLYCLEANFILES += hamlibperl_wrap.c Hamlib.pm Hamlib.bs Hamlib-pl.mk.old example_DATA += perltest.pl -hamlibperl_wrap.c: hamlib.swg $(SWIGDEP) ignore.swg +hamlibperl_wrap.c: hamlib.swg $(SWIGDEP) ignore.swg rig.swg $(AM_V_GEN)$(SWIG) -perl5 -shadow $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \ -o $@ $$(test -f hamlib.swg || echo '$(srcdir)/')hamlib.swg