Rebake after removing shaped-ld-sh from bakefile

Simply remove the not existent any longer shared-ld-sh from clean
targets in all makefile.

This should have been done in e663d9af2b (Stop using shared-ld wrapper
script under Mac, 2021-07-06).
This commit is contained in:
Vadim Zeitlin
2021-08-06 21:51:40 +02:00
parent 30915c6163
commit ebec1ff9f6
116 changed files with 116 additions and 116 deletions

View File

@@ -38,7 +38,7 @@ clean:
-(cd pyramid && $(MAKE) clean)
distclean: clean
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
rm -f config.cache config.log config.status bk-deps bk-make-pch Makefile
-(cd cube && $(MAKE) distclean)
-(cd isosurf && $(MAKE) distclean)
-(cd penguin && $(MAKE) distclean)