Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60898
Collapse All | Expand All

(-)Make/instrules (-1 / +1 lines)
Lines 24-30 Link Here
24
__inst_headers:
24
__inst_headers:
25
	@[ -d $(INST_INCLUDE)/Producer ] || mkdir -p $(INST_INCLUDE)/Producer
25
	@[ -d $(INST_INCLUDE)/Producer ] || mkdir -p $(INST_INCLUDE)/Producer
26
	@for f in `find include/Producer -type f -print`; do\
26
	@for f in `find include/Producer -type f -print`; do\
27
		[ "`head -1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
27
		[ "`head -n 1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
28
			echo $(INSTRCMD) $$f $(INST_INCLUDE)/Producer; \
28
			echo $(INSTRCMD) $$f $(INST_INCLUDE)/Producer; \
29
			     $(INSTRCMD) $$f $(INST_INCLUDE)/Producer; done
29
			     $(INSTRCMD) $$f $(INST_INCLUDE)/Producer; done
30
30

Return to bug 60898