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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user