]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/Makefile
Update.
[thirdparty/glibc.git] / elf / Makefile
index e608acf4167e3955977b7b1feb93af72a6be70ff..685a0278349c53febcb638b1483c3314453c67d2 100644 (file)
@@ -46,8 +46,6 @@ libdl-map     := libdl.map
 
 before-compile = $(objpfx)trusted-dirs.h $(objpfx)rtldtbl.h
 
-# We need GNU awk for the genrtldtbl.awk script.
-GAWK = gawk
 
 all: # Make this the default target; it will be defined in Rules.
 
@@ -149,7 +147,7 @@ $(objpfx)trusted-dirs.h: Makefile
        mv -f $@T $@
 $(objpfx)rtldtbl.h: Makefile
        $(make-target-directory)
-       echo "$(default-rpath)" | $(GAWK) -f genrtldtbl.awk > $@T
+       echo "$(default-rpath)" | awk -f genrtldtbl.awk > $@T
        mv -f $@T $@
 CPPFLAGS-dl-load.c = -I$(objdir)/$(subdir)
 CFLAGS-dl-load.c += -Wno-uninitialized