]> the.earth.li Git - onak.git/commitdiff
Fix bashism in Makefile distclean target
authorJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 10:48:42 +0000 (11:48 +0100)
committerJonathan McDowell <noodles@meepok>
Sat, 7 Jun 2008 10:48:42 +0000 (11:48 +0100)
  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.

Makefile.in

index a7a5c08e48a5ef2377f9e4529c02d05a8185d568..61dc16447890dd78ed11129ce267b88a44ab8358 100644 (file)
@@ -141,7 +141,7 @@ ifeq (x@KEYD@, xyes)
 endif
 
 distclean: clean
-       $(RM) -f Makefile .depend config.{log,status,h}
+       $(RM) -f Makefile .depend config.log config.status config.h
        $(RM) -r autom4te.cache
 
 .depend: $(SRCS)