xref: /OK3568_Linux_fs/buildroot/package/4th/0001-avoid-regen-during-install.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1avoid regen during install
2
3Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
4
5--- a/sources/Makefile
6+++ b/sources/Makefile
7@@ -120,7 +120,7 @@
8 	ln -sf $(SHARED_LIB) $(LIBRARIES)/lib4th.so
9 endif
10
11-mostlyinstall: libinstall all
12+mostlyinstall: libinstall
13 	cp 4th 4tsh pp4th $(BINARIES)
14
15 install: mostlyinstall
16--
17
18