make-mixed.patch 437 B

123456789101112131415
  1. diff -Nur glibc-2.12.1.orig/manual/Makefile glibc-2.12.1/manual/Makefile
  2. --- glibc-2.12.1.orig/manual/Makefile 2010-07-27 13:34:39.000000000 +0200
  3. +++ glibc-2.12.1/manual/Makefile 2010-11-07 18:24:27.000000000 +0100
  4. @@ -232,7 +232,10 @@
  5. .PHONY: stubs
  6. stubs: $(objpfx)stubs
  7. endif
  8. -$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
  9. +$(objpfx)stubs ../po/manual.pot:
  10. + touch $@
  11. +
  12. +$(objpfx)stamp%:
  13. $(make-target-directory)
  14. touch $@