diff options
Diffstat (limited to 'manual/Makefile')
-rw-r--r-- | manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile index c99f4974a8..94cc59c891 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -174,9 +174,9 @@ $(glibc-targets): # Create stamp files if they don't exist, so the parent makefile's rules for # updating the library archives are happy with us, and never think we have # changed the library. -lib: $(foreach o,$(object-suffixes),$(objpfx)stamp$o-$(subdir)) +lib: $(foreach o,$(object-suffixes),$(objpfx)stamp$o) stubs: $(common-objpfx)stub-manual -$(common-objpfx)stub-manual ../po/manual.pot $(objpfx)stamp%-$(subdir): +$(common-objpfx)stub-manual ../po/manual.pot $(objpfx)stamp%: $(make-target-directory) cp /dev/null $@ |