From a202eaeaabaa64fcc60ebb5c84e4c6761b363dfd Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 22 Nov 2017 15:11:21 +0000 Subject: [PATCH] library: copy userstructs.h for non Z80 case --- Library/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Makefile b/Library/Makefile index 5fe63b39..4748f098 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -50,4 +50,7 @@ ifeq ($(USERCPU),z80) install -m 0644 include/netinet/*.h /opt/fcc/include/netinet install -m 0644 include/sys/*.h /opt/fcc/include/sys install -m 0644 ../Kernel/include/userstructs.h /opt/fcc/include/sys/ +endif +ifeq ($(USERCPU),6502) + install -m 0644 ../Kernel/include/userstructs.h include/sys/ endif \ No newline at end of file -- 2.34.1