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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 286-293 Link Here
286
$(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE)
286
$(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE)
287
	$(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH)
287
	$(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH)
288
288
289
$(ALLEGRO_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(ALLEGRO_LIB_FILE_RELEASE) $(CORE_LIB_FILE_RELEASE)
289
$(ALLEGRO_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(ALLEGRO_LIB_FILE_RELEASE)
290
	$(CC) $^ -o $@ $(LDFLAGS) $(LINK_ALLEGRO)
290
	$(CC) $^ -o $@ $(LDFLAGS) -ldumb $(LINK_ALLEGRO)
291
291
292
$(CORE_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h
292
$(CORE_EXAMPLES_OBJ): examples/%.o: examples/%.c include/dumb.h
293
	$(CC) -c $< -o $@ $(CFLAGS_RELEASE)
293
	$(CC) -c $< -o $@ $(CFLAGS_RELEASE)

Return to bug 23464