cvs-mach-syscalls.mk
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 3 Jul 2016 19:59:34 +0000 (19:59 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 3 Jul 2016 19:59:34 +0000 (19:59 +0000)
commit c775104ac6c36d010570811c1e038ac92094e5e5
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 20 19:50:58 2016 +0100

    Fix mach-syscalls.mk build

     * mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name cvs-mach-syscalls.mk.diff

mach/Makefile

index 2a695a5f3aea873119ad4cd12c87864d5f96db59..c58d23558295f54c33c7720f3ec783d320803a95 100644 (file)
@@ -61,7 +61,7 @@ mach-machine = $(patsubst powerpc,ppc,$(base-machine))
 ifndef inhibit_mach_syscalls
 -include $(objpfx)mach-syscalls.mk
 endif
-$(objpfx)mach-syscalls.mk: syscalls.awk Makefile
+$(objpfx)mach-syscalls.mk: syscalls.awk Makefile libc-modules.h
 # Go kludges!!!
        $(make-target-directory)
 # We must use $(CFLAGS) to get -O flags that affect #if's in header files.