host/lib/Makefile.am: fix 'make uninstall'

Fix for:
  /bin/bash: -c: line 11: syntax error near unexpected token `|'
  /bin/bash: -c: line 11: `echo "$py_files" |  | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \'

Fixes: OS#5609
Change-Id: I5c18b5479c86333a478b61c4a50ede69af7d6700
This commit is contained in:
Oliver Smith 2022-07-11 14:52:32 +02:00
parent 841a638a62
commit 789cad2325
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ noinst_PYTHON = \
dump_data.py dump_data.py
endif endif
# Workaround for generated rule that fails and should be a no-op
uninstall-usrppythonPYTHON:
$(info Skipping uninstall-usrpythonPYTHON (OS#5609))
# common way for generating sources from templates when using # common way for generating sources from templates when using
# BUILT_SOURCES, using parallel build protection. # BUILT_SOURCES, using parallel build protection.
gen_sources = $(BUILT_SOURCES) gen_sources = $(BUILT_SOURCES)