0001-avoid-regen-during-install.patch 329 B

1234567891011121314151617
  1. avoid regen during install
  2. Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
  3. --- a/sources/Makefile
  4. +++ b/sources/Makefile
  5. @@ -120,7 +120,7 @@
  6. ln -sf $(SHARED_LIB) $(LIBRARIES)/lib4th.so
  7. endif
  8. -mostlyinstall: libinstall all
  9. +mostlyinstall: libinstall
  10. cp 4th 4tsh pp4th $(BINARIES)
  11. install: mostlyinstall
  12. --