1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-21 12:42:09 +00:00

touch plural.y - build might fail without

This commit is contained in:
bebbo
2018-08-18 14:38:15 +02:00
parent a6890e27d2
commit ae0a1ac061

View File

@ -337,6 +337,7 @@ $(BUILD)/binutils/_done: $(BUILD)/binutils/gas/Makefile $(shell find 2>/dev/null
touch -t 0001010000 projects/binutils/binutils/arparse.y
touch -t 0001010000 projects/binutils/binutils/arlex.l
touch -t 0001010000 projects/binutils/ld/ldgram.y
touch -t 0001010000 projects/binutils/intl/plural.y
$(MAKE) -C $(BUILD)/binutils all-gas all-binutils all-ld $(ALL_GDB) $(LOG)
$(MAKE) -C $(BUILD)/binutils install-gas install-binutils install-ld $(INSTALL_GDB) $(LOG)
echo "done" >$@