Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331995 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- manual/Makefile
0
++ manual/Makefile
Lines 232-238 Link Here
232
.PHONY: stubs
232
.PHONY: stubs
233
stubs: $(objpfx)stubs
233
stubs: $(objpfx)stubs
234
endif
234
endif
235
$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
235
$(objpfx)stubs ../po/manual.pot:
236
	touch $@
237
$(objpfx)stamp%:
236
	$(make-target-directory)
238
	$(make-target-directory)
237
	touch $@
239
	touch $@
238
240

Return to bug 331995