]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
regularize references to GNU make variable names
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jan 2026 18:45:13 +0000 (13:45 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jan 2026 18:45:13 +0000 (13:45 -0500)
src/modules/rlm_mruby/all.mk.in
src/modules/rlm_python/all.mk.in
src/modules/rlm_securid/all.mk.in

index 9210fdd4b001c665852706d5adac8a565287c977..fd1b1781e49263e15cfad00b7bb68708e90eb816 100644 (file)
@@ -13,7 +13,7 @@ ifneq "$(TARGETNAME)" ""
 install: $(R)$(modconfdir)/mruby/example.rb
 
 $(R)$(modconfdir)/mruby: | $(R)$(modconfdir)
-       @echo INSTALL $(patsubst $(R)$(raddbdir)%,raddb%,$@)
+       @echo INSTALL $(patsubst $(R)${raddbdir}%,raddb%,$@)
        @$(INSTALL) -d -m 750 $@
 
 $(R)$(modconfdir)/mruby/example.rb: src/modules/rlm_mruby/example.rb | $(R)$(modconfdir)/mruby
index 33d3fffdcf0c8a0941d288e06a82f7a44acd1cea..d4b64999e6808340212146925c436c3250b98393 100644 (file)
@@ -13,7 +13,7 @@ ifneq "$(TARGETNAME)" ""
 install: $(R)$(modconfdir)/python/example.py
 
 $(R)$(modconfdir)/python: | $(R)$(modconfdir)
-       @echo INSTALL $(patsubst $(R)$(raddbdir)%,raddb%,$@)
+       @echo INSTALL $(patsubst $(R)${raddbdir}%,raddb%,$@)
        @$(INSTALL) -d -m 750 $@
 
 $(R)$(modconfdir)/python/example.py: src/modules/rlm_python/example.py | $(R)$(modconfdir)/python
index 7e94041f65a9bc77645b1d9959f27e889e482b4d..a547fb853970cecaf24f9680abd5844f332fe96b 100644 (file)
@@ -10,10 +10,10 @@ SRC_CFLAGS  := @mod_cflags@
 TGT_LDLIBS     := @mod_ldflags@
 
 ifneq "$(TARGETNAME)" ""
-install: $(R)$(raddbdir)/mods-available/securid
+install: $(R)${raddbdir}/mods-available/securid
 
-$(R)$(raddbdir)/mods-available/securid: src/modules/rlm_securid/securid | $(R)$(raddbdir)/mods-available
+$(R)${raddbdir}/mods-available/securid: src/modules/rlm_securid/securid | $(R)${raddbdir}/mods-available
        @$(ECHO) INSTALL $(notdir $<)
-       @$(INSTALL) -m 640 $< $(R)$(raddbdir)/mods-available
+       @$(INSTALL) -m 640 $< $(R)${raddbdir}/mods-available
 endif
 LOG_ID_LIB     = 45