]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix $(error) use in Makefile
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 10 Sep 2017 15:39:39 +0000 (17:39 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 10 Sep 2017 15:39:39 +0000 (17:39 +0200)
* elf/rtld-Rules: Fix $(error) use.

ChangeLog
elf/rtld-Rules

index a31824b37297a2c7f00d2a09478a5b566721d56a..7a2f865b7c3b01599ba3a657fa1107e879c4818c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * sunrpc/tst-udp-timeout.c (test_udp_server): Increase timeout to 2.5
        seconds.
+       * elf/rtld-Rules: Fix $(error) use.
 
 2017-09-09  Mike FABIAN  <mfabian@redhat.com>
 
index 2c7b99828cebdac64d438c16d47eaf5a3ef3ccae..a1df9bf2ad42f40314bbd72f95bad3318c9784ce 100644 (file)
@@ -29,7 +29,7 @@ rtld-all:
 # When run from the elf/Makefile to build rtld-libc.a, $(subdir) is elf.
 ifneq ($(subdir),elf)
 ifndef rtld-modules
-error rtld-modules not set
+$(error rtld-modules not set)
 endif
 endif
 
@@ -37,7 +37,7 @@ ifndef rtld-modules
 # Running to build rtld-libc.a, driving runs of $(rtld-subdir-make), below.
 
 ifndef rtld-subdirs
-error This makefile is a subroutine of elf/Makefile not to be used directly
+$(error This makefile is a subroutine of elf/Makefile not to be used directly)
 endif
 
 include ../Makeconfig