diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index addd62c30..7f8e8fb0e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ INSTALL = @INSTALL@ # default target all: config.h - @for subdir in Src Doc; do \ + @for subdir in Src Doc Etc; do \ (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \ done |