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

(-)a/guicast/Makefile.am (-1 / +1 lines)
Lines 206-212 Link Here
206
206
207
# custom rule that disregards any fancy flags that the user might have set
207
# custom rule that disregards any fancy flags that the user might have set
208
bootstrap.$(OBJEXT): bootstrap.c
208
bootstrap.$(OBJEXT): bootstrap.c
209
	$(CC) $(BOOTSTRAP_CFLAGS) -c $<
209
	$(CC) $(BOOTSTRAP_CFLAGS) $(LDFLAGS) -c $<
210
210
211
EXTRA_DIST = images pngtoh.c
211
EXTRA_DIST = images pngtoh.c
212
212

Return to bug 433375