Remove the leading dot from EXIM_BUILD_SUFFIX hs-build-system
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 1 Dec 2016 21:03:55 +0000 (22:03 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 1 Dec 2016 21:03:55 +0000 (22:03 +0100)
src/Makefile

index ccaca1c13ca8a71f8d57904885d11e6cb073c7fd..972f7192094959d32eab5354b237b22ab5b86cb7 100644 (file)
@@ -26,7 +26,7 @@ RM_COMMAND=/bin/rm
 # EXIM_BUILD_SUFFIX when searching the Exim binary.
 # NOTE: EXIM_BUILD_SUFFIX is considered *experimental*.
 
-buildname=$${build:-`$(SHELL) scripts/os-type`-`$(SHELL) scripts/arch-type`}$${EXIM_BUILD_SUFFIX:+.$$EXIM_BUILD_SUFFIX}
+buildname=$${build:-`$(SHELL) scripts/os-type`-`$(SHELL) scripts/arch-type`}$${EXIM_BUILD_SUFFIX}
 
 # The default target checks for the existence of Local/Makefile, that the main
 # makefile is built and up-to-date, and then it runs it.