summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/makedep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/makedep.c')
-rw-r--r--src/build/makedep.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/build/makedep.c b/src/build/makedep.c
index 046e653f0b8..85d024e6dbf 100644
--- a/src/build/makedep.c
+++ b/src/build/makedep.c
@@ -138,17 +138,17 @@ int main(int argc, char *argv[])
(*excpathhead)->pathlen = (*excpathhead)->path.len();
excpathhead = &(*excpathhead)->next;
}
-
+
else if (arg[0] == '-' && arg[1] == 'F')
{
argnum++;
}
- else if (arg[0] == '-' && arg[1] == 'D')
- {
- // some pkgconfigs return defines (e.g. pkg-config QtGui --cflags) ==> ignore
- argnum++;
- }
+ else if (arg[0] == '-' && arg[1] == 'D')
+ {
+ // some pkgconfigs return defines (e.g. pkg-config QtGui --cflags) ==> ignore
+ argnum++;
+ }
// ignore -include which is used by sdlmame to include sdlprefix.h before all other includes
else if (strcmp(arg,"-include") == 0)