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

Collapse All | Expand All

(-)glibc-2.6.1/manual/Makefile.old (-1 / +4 lines)
Lines 237-243 Link Here
237
.PHONY: stubs
237
.PHONY: stubs
238
stubs: $(objpfx)stubs
238
stubs: $(objpfx)stubs
239
endif
239
endif
240
$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
240
$(objpfx)stubs ../po/manual.pot:
241
	$(make-target-directory)
242
	touch $@
243
$(objpfx)stamp%:
241
	$(make-target-directory)
244
	$(make-target-directory)
242
	touch $@
245
	touch $@
243
246

Return to bug 458020