From: Alan Cox Date: Wed, 22 Nov 2017 15:11:21 +0000 (+0000) Subject: library: copy userstructs.h for non Z80 case X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a202eaeaabaa64fcc60ebb5c84e4c6761b363dfd;p=FUZIX.git library: copy userstructs.h for non Z80 case --- 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