]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
RPM build needs Make.inc up front to set top_srcdir
authorNick Porter <nick@portercomputing.co.uk>
Thu, 17 Jun 2021 10:28:12 +0000 (11:28 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 17 Jun 2021 11:04:57 +0000 (07:04 -0400)
Makefile

index facb0172f10bd12c40e1a4e334ba422af21de1f5..484c17df2e26923bcf71c61a2e6dfc1baa05b870 100644 (file)
--- 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.