http://bugs.winehq.org/show_bug.cgi?id=14828
Summary: Fine-tuning for include parameters Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Markus.Elfring@web.de
Created an attachment (id=15376) --> (http://bugs.winehq.org/attachment.cgi?id=15376) conditional construction of the variable "INCLUDES"
I have noticed a command like the following during the build process on my system.
gcc -m32 -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o send.o send.c
Would you like to avoid duplicate include parameters for the compilation?
http://source.winehq.org/git/wine.git?a=blob;f=Make.rules.in;h=b46a573e69d85...