nixpkgs/pkgs/development/libraries/glibc-2.5/make-3-82-fix.patch

15 lines
383 B
Diff
Raw Normal View History

--- glibc-2.5/manual/Makefile.orig 2011-01-26 17:03:14.000000000 +0100
+++ glibc-2.5/manual/Makefile 2011-01-26 17:04:30.000000000 +0100
@@ -232,7 +232,10 @@
.PHONY: stubs
stubs: $(objpfx)stubs
endif
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+$(objpfx)stubs ../po/manual.pot:
+ $(make-target-directory)
+ touch $@
+$(objpfx)stamp%:
$(make-target-directory)
touch $@