diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 95345bd05..ea9436949 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -178,6 +178,9 @@ debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" install-debug: debug + @list='$(SUBDIRS)'; for subdir in $$list; do \ + (cd $$subdir && $(MAKE) $@) || exit;\ + done; @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am mostlyclean-generic: |