python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / 4th / 0001-avoid-regen-during-install.patch
blob436cff1fd6986659ba965c448f0632ed168d8df4
1 avoid regen during install
3 Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
5 --- a/sources/Makefile
6 +++ b/sources/Makefile
7 @@ -120,7 +120,7 @@
8 ln -sf $(SHARED_LIB) $(LIBRARIES)/lib4th.so
9 endif
11 -mostlyinstall: libinstall all
12 +mostlyinstall: libinstall
13 cp 4th 4tsh pp4th $(BINARIES)
15 install: mostlyinstall
16 --