nixpkgs/pkgs/development/libraries/glibc-2.5/make-3-82-fix.patch
Peter Simons 031edc4509 pkgs/development/libraries/glibc-2.5: fix build with GNU Make 3.82
svn path=/nixpkgs/trunk/; revision=25701
2011-01-27 13:35:53 +00:00

15 lines
383 B
Diff

--- 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 $@