diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index a82d6ac4..d76addd0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -179,7 +179,7 @@ osmocom/core/crc%gen.h: osmocom/core/crcXXgen.h.tpl  	$(AM_V_GEN)sed -e's/XX/$*/g' $< > $@  osmocom/gsm/gsm0503.h: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py -	$(AM_V_GEN)python $(top_srcdir)/utils/conv_gen.py gen_header gsm \ +	$(AM_V_GEN)python3 $(top_srcdir)/utils/conv_gen.py gen_header gsm \  		--target-path $(builddir)/osmocom/gsm  CLEANFILES = osmocom/gsm/gsm0503.h  | 
