Fixup build on MacOS

The exclude had no effect on linux systems the file gets copied anyway
On MacOS Seqoia with openrsync the file is excluded, breaking the build.

I'm not sure why the exclude is in the makefile, but it wasn't working before anyway
This commit is contained in:
Matt Harlum 2025-06-09 14:54:07 +12:00
parent cb2b3be3ad
commit d2e3b80a5c

View File

@ -147,7 +147,7 @@ install_libm060bb32:
# install the files for the given $(kind) into $(to)
install_one:
mkdir -p $(PREFIX)/$(target)/libnix/lib/$(to)
rsync $(kind)/*.a $(PREFIX)/$(target)/libnix/lib/$(to) --exclude=$(kind)/libstubs.a
rsync $(kind)/*.a $(PREFIX)/$(target)/libnix/lib/$(to)
find $(kind) -maxdepth 1 -name "*.o" -exec cp {} $(PREFIX)/$(target)/libnix/lib/$(to) \;
# startup stuff