From: Jonathan McDowell Date: Sat, 7 Jun 2008 10:48:42 +0000 (+0100) Subject: Fix bashism in Makefile distclean target X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/e38c96cef3f2b32a5f6e0bee8e845279f9dffead?ds=sidebyside;hp=e38c96cef3f2b32a5f6e0bee8e845279f9dffead Fix bashism in Makefile distclean target We weren't correctly cleaning up config.{h,sub,guess} when /bin/sh wasn't bash and thus didn't support that style of expansion. ---