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

(-)linuxwacom-0.8.3-2/src/xdrv/Makefile.am.orig (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
.depend: Makefile
63
.depend: Makefile
64
	@rm -f .depend
64
	@rm -f .depend
65
	$(CC) -MM $(CFLAGS) $(DEPFLAGS) $(DRIVER_INCLUDES) $(XF86OBJS:%.o=$(srcdir)/%.c) > .depend
65
	$(CC) -MM $(CPPFLAGS) $(DEPFLAGS) $(DRIVER_INCLUDES) $(XF86OBJS:%.o=$(srcdir)/%.c) > .depend
66
66
67
-include .depend
67
-include .depend
68
68

Return to bug 275254