Makefile indent fixed

This commit is contained in:
Alex Kirhenshtein 2024-12-08 22:51:42 +02:00
parent 77ffb5bdb7
commit a36d7e4b7c
No known key found for this signature in database
GPG key ID: BF2366024FEBAC4C

View file

@ -42,7 +42,7 @@ override_dh_auto_build:
override_dh_strip:
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
@echo "DEB_BUILD_OPTIONS contains 'nostrip', skipping dh_strip."
@echo "DEB_BUILD_OPTIONS contains 'nostrip', skipping dh_strip."
else
dh_strip -pnetxms-agent --dbg-package=netxms-dbg
ifdef(`WITH_ASTERISK', `dh_strip -pnetxms-agent-asterisk --dbg-package=netxms-dbg')