The unified diff between revisions [e8f57ad5..] and [6ea1c036..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "Makefile"
# from [243cafb95bc2046cdf20299efb48d2d81d213b17]
# to [cc53600fe0b98885d1137a1053f90bbefd34e084]
#
# patch "template_for_installed_project"
# from [c255e1de01f836c1279845b302841817b0da0b16]
# to [895776d5874eda8f7134e1302b4eca6ceb9af0a1]
#
============================================================
--- Makefile 243cafb95bc2046cdf20299efb48d2d81d213b17
+++ Makefile cc53600fe0b98885d1137a1053f90bbefd34e084
@@ -36,7 +36,6 @@ build: src/gmp-constants.ads $(LIB_NAME)
gprbuild -j$(CPUS) --create-missing-dirs Makefile_build.gpr \
-XKIND=static \
-XNAME=$(LIB_NAME)
-
TO_CLEAN += $(foreach dir,obj lib,$(foreach kind,dynamic static,build-$(dir)-$(kind)))
$(LIB_NAME).gpr: template_for_installed_project
============================================================
--- template_for_installed_project c255e1de01f836c1279845b302841817b0da0b16
+++ template_for_installed_project 895776d5874eda8f7134e1302b4eca6ceb9af0a1
@@ -15,7 +15,7 @@
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- This project file is designed to help build applications that use
--- GMP. Here is an example of how to use this project file:
+-- $(LIB_NAME). Here is an example of how to use this project file:
--
-- with "$(LIB_NAME)";
-- project Example is