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

Collapse All | Expand All

(-)Make/instrules.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
	for f in include/OpenThreads/* ; do\
25
	for f in include/OpenThreads/* ; do\
26
	if ! [ -d $$f ];\
26
	if ! [ -d $$f ];\
27
	then\
27
	then\
28
		[ "`head -1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
28
		[ "`head -n 1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
29
			echo $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
29
			echo $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
30
			     $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
30
			     $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
31
	fi;\
31
	fi;\

Return to bug 60892