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

Collapse All | Expand All

(-)infernal-1.0.2-orig/Makefile.in (-3 / +3 lines)
Lines 82-90 Link Here
82
all: core 
82
all: core 
83
83
84
core:
84
core:
85
	(cd easel;     make CC="$(CC)" CFLAGS="$(CFLAGS)"; make)
85
	(cd easel;     $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"; $(MAKE))
86
	(cd src;       make CC="$(CC)" CFLAGS="$(CFLAGS)"; make module)
86
	(cd src;       $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"; $(MAKE) module)
87
	(cd testsuite; make CC="$(CC)" CFLAGS="$(CFLAGS)")
87
	(cd testsuite; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)")
88
88
89
#.PHONY: $(RIGFILTERS)
89
#.PHONY: $(RIGFILTERS)
90
#$(RIGFILTERS): core
90
#$(RIGFILTERS): core
(-)infernal-1.0.2-orig/easel/Makefile.in (-1 / +1 lines)
Lines 132-138 Link Here
132
	esl_wuss.o
132
	esl_wuss.o
133
133
134
all: libeasel.a
134
all: libeasel.a
135
	(cd miniapps; make)
135
	(cd miniapps; $(MAKE))
136
136
137
.c.o: 
137
.c.o: 
138
	${CC} -I. ${CFLAGS} ${SIMDFLAGS} ${DEFS} -c $<		
138
	${CC} -I. ${CFLAGS} ${SIMDFLAGS} ${DEFS} -c $<		

Return to bug 311919