about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 97cdd82..f6c2ebb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -155,7 +155,7 @@ ext := ext/kgio/kgio_ext.$(DLEXT)
 ext/kgio/Makefile: ext/kgio/extconf.rb
         cd $(@D) && $(RUBY) extconf.rb
 
-$(ext): ext/kgio/kgio_ext.c ext/kgio/Makefile
+$(ext): $(wildcard ext/kgio/*.[ch] ext/kgio/*/*.h) ext/kgio/Makefile
         $(MAKE) -C $(@D)
 
 all:: test