From d868e6cfff3bf580512c140f232ff2df8f40d25f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 29 Nov 2001 16:50:27 +0000 Subject: Add include/sys/reg.h to make gdbserver happy --- libc/sysdeps/linux/m68k/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/m68k/Makefile') diff --git a/libc/sysdeps/linux/m68k/Makefile b/libc/sysdeps/linux/m68k/Makefile index c9186e2a9..e26e40928 100644 --- a/libc/sysdeps/linux/m68k/Makefile +++ b/libc/sysdeps/linux/m68k/Makefile @@ -61,6 +61,7 @@ $(COBJS): %.o : %.c headers: @(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > bits/syscall.h ) + cd $(TOPDIR)/include/sys;ln -fs ../../libc/sysdeps/linux/m68k/reg.h . ifeq ($(strip $(HAVE_ELF)),false) echo "Working around compiler bug in the m68k-pic-coff toolchain" cd $(TOPDIR)/include;ln -fs ../libc/sysdeps/linux/m68k/float.h . -- cgit v1.2.3