From: Nick Porter Date: Thu, 17 Jun 2021 10:28:12 +0000 (+0100) Subject: RPM build needs Make.inc up front to set top_srcdir X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e576d6101ac27e08225dbbac5d03430f1b194219;p=thirdparty%2Ffreeradius-server.git RPM build needs Make.inc up front to set top_srcdir --- diff --git a/Makefile b/Makefile index facb0172f10..484c17df2e2 100644 --- a/Makefile +++ b/Makefile @@ -43,14 +43,12 @@ endif # the debian packages. # ifneq "$(MAKECMDGOALS)" "deb" -ifneq "$(MAKECMDGOALS)" "rpm" ifeq "$(findstring crossbuild,$(MAKECMDGOALS))" "" $(if $(wildcard Make.inc),,$(error Missing 'Make.inc' Run './configure [options]' and retry)) include Make.inc endif endif -endif # # 'configure' was not run? Get the version number from the file.