diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e5c5ddbcbc6..bfb911e9ab4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -556,7 +556,7 @@ globals.h: gl-stamp; @true | |||
| 556 | $(ALLOBJS): globals.h | 556 | $(ALLOBJS): globals.h |
| 557 | 557 | ||
| 558 | $(lib)/libgnu.a: $(config_h) | 558 | $(lib)/libgnu.a: $(config_h) |
| 559 | $(MAKE) -C $(lib) libgnu.a | 559 | $(MAKE) -C $(lib) all |
| 560 | 560 | ||
| 561 | ## We have to create $(etc) here because init_cmdargs tests its | 561 | ## We have to create $(etc) here because init_cmdargs tests its |
| 562 | ## existence when setting Vinstallation_directory (FIXME?). | 562 | ## existence when setting Vinstallation_directory (FIXME?). |