Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix mach-syscalls.mk build
	* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
  • Loading branch information
Samuel Thibault committed Mar 20, 2016
1 parent fe43d0f commit c775104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,7 @@
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
"-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
depend on libc-modules.h,
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.

2016-03-17 Joseph Myers <joseph@codesourcery.com>

Expand Down
2 changes: 1 addition & 1 deletion mach/Makefile
Expand Up @@ -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.
Expand Down

0 comments on commit c775104

Please sign in to comment.