library: copy userstructs.h for non Z80 case
authorAlan Cox <alan@linux.intel.com>
Wed, 22 Nov 2017 15:11:21 +0000 (15:11 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 22 Nov 2017 15:11:21 +0000 (15:11 +0000)
Library/Makefile

index 5fe63b3..4748f09 100644 (file)
@@ -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