diff options
| author | Roy Marples <roy@marples.name> | 2009-04-30 15:30:29 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-30 15:30:29 +0000 |
| commit | 260d960e47803ed857cbab7f42ce73b61e7f61ef (patch) | |
| tree | 5e4bca960dd28fa2f2238f4e87bf37139f00436c /mk/cc.mk | |
| parent | 371233ce2057b1ce48cdcbd4731b4665a47c45a3 (diff) | |
| download | dhcpcd-260d960e47803ed857cbab7f42ce73b61e7f61ef.tar.xz | |
Go back to using git
Diffstat (limited to 'mk/cc.mk')
| -rw-r--r-- | mk/cc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ _CCFLAGS= -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 \ -Winline -Wwrite-strings -Wcast-align -Wcast-qual \ -Wpointer-arith \ -Wdeclaration-after-statement -Wsequence-point -_CC_FLAGS_SH= if ! test -d .svn; then echo ""; else for f in ${_CCFLAGS}; do \ +_CC_FLAGS_SH= if ! test -d .git; then echo ""; else for f in ${_CCFLAGS}; do \ if echo "int main(void) { return 0;} " | \ ${CC} $$f -S -xc -o /dev/null - ; \ then printf "%s" "$$f "; fi \ |
