Ticket #2740: Makefile.rej

File Makefile.rej, 584 bytes (added by Roman Pushkov, 14 years ago)
Line 
1--- manual/Makefile 2010-05-19 20:38:20.000000000 +0000
2+++ manual/Makefile 2010-07-26 06:51:27.049899308 +0000
3@@ -232,9 +232,13 @@
4 .PHONY: stubs
5 stubs: $(objpfx)stubs
6 endif
7-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
8- $(make-target-directory)
9- touch $@
10+$(objpfx)stubs ../po/manual.pot:
11+ $(make-target-directory)
12+ touch $@
13+
14+$(objpfx)stamp%:
15+ $(make-target-directory)
16+ touch $@
17
18 # Make the target directory if it doesn't exist, using the `mkinstalldirs'
19 # script that does `mkdir -p' even if `mkdir' doesn't support that flag.