diff options
| author | 2013-12-24 07:24:51 +0000 | |
|---|---|---|
| committer | 2013-12-24 07:24:51 +0000 | |
| commit | ca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch) | |
| tree | aa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/build | |
| parent | efaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff) | |
Cleanups and version bumpmame0152
Diffstat (limited to 'src/build')
| -rw-r--r-- | src/build/makedep.c | 12 |
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) |
