From: Ralph Ronnquist Date: Sat, 25 Mar 2023 23:54:04 +0000 (+1100) Subject: use -G option rather than --build=full X-Git-Tag: 1.6.2~3 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=e1e63381e8bb52dd745c04fc939739ebc4384e71;p=rrq%2Frrqnet.git use -G option rather than --build=full --- diff --git a/Makefile b/Makefile index 5bb99a0..74fa18d 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,6 @@ $(SBINDIR)/% $(ETCDIR)/% $(MAN1DIR)/% $(MAN8DIR)/%: % install: $(INSTALLTARGETS) -BUILDPACKAGE = -us -uc --build=full +BUILDPACKAGE = -us -uc -G deb: PREFIX= INCLUDE_PREFIX=/usr dpkg-buildpackage $(BUILDPACKAGE)