diff options
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index c0a5782ea7..f8bd1cd87c 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -155,7 +155,7 @@ subdir_%: ; # ../Rules defines them for code subdirectories; for us, they are no-ops. # None of these should be `subdir_TARGET'; those targets are transformed # by the implicit rule above into `TARGET' deps. -glibc-targets := lib objects objs others tests lint.out \ +glibc-targets := lib extra_solibs objects objs others tests lint.out \ echo-headers echo-distinfo stubs .PHONY: $(glibc-targets) $(glibc-targets): |