diff --git a/lazarus/Makefile b/lazarus/Makefile index 0b40bfd7..b3aa643c 100644 --- a/lazarus/Makefile +++ b/lazarus/Makefile @@ -3658,7 +3658,7 @@ else endif install: installbase $(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR) - $(COPYTREE) components docs doceditor examples lcl test tools $(LAZARUS_INSTALL_DIR) + $(COPYTREE) components docs doceditor examples lcl tools $(LAZARUS_INSTALL_DIR) $(COPYTREE) Makefile* *.txt $(LAZARUS_INSTALL_DIR) ifneq ($(findstring $(OS_TARGET),win32 win64),) $(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR) diff --git a/lazarus/Makefile.fpc b/lazarus/Makefile.fpc index dd80ae44..a8ed1716 100644 --- a/lazarus/Makefile.fpc +++ b/lazarus/Makefile.fpc @@ -279,7 +279,7 @@ endif # Copy everything except for 'debian' to avoid recursion and other platform files install: installbase $(COPYTREE) packager debugger designer converter ide images languages lazarus.app units $(LAZARUS_INSTALL_DIR) - $(COPYTREE) components docs doceditor examples lcl test tools $(LAZARUS_INSTALL_DIR) + $(COPYTREE) components docs doceditor examples lcl tools $(LAZARUS_INSTALL_DIR) $(COPYTREE) Makefile* *.txt $(LAZARUS_INSTALL_DIR) ifneq ($(findstring $(OS_TARGET),win32 win64),) $(COPYTREE) lazarus startlazarus lazbuild $(LAZARUS_INSTALL_DIR)