summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/2.5/make-3-82-fix.patch
blob: 816e0aa528be3a8618deea8f658d55bb4704084e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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 $@