diff options
author | Jouni Malinen <j@w1.fi> | 2010-04-17 17:10:31 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2010-04-17 17:10:31 +0300 |
commit | 7992b07f6a23b1e240df440f09b6573fe75f70a8 (patch) | |
tree | b0f30472706704bb293aed0770cd15f83f0cc5db /src/radius | |
parent | e34ce1683c4ef7363b149a143a2bd1924fdd2376 (diff) | |
download | external_wpa_supplicant_8_ti-7992b07f6a23b1e240df440f09b6573fe75f70a8.zip external_wpa_supplicant_8_ti-7992b07f6a23b1e240df440f09b6573fe75f70a8.tar.gz external_wpa_supplicant_8_ti-7992b07f6a23b1e240df440f09b6573fe75f70a8.tar.bz2 |
Remove unnecessary SUBDIRS loops from src/*/Makefile
There are no subdirectories in any of these directories or plans
for adding ones. As such, there is no point in running the loop
that does not do anything and can cause problems with some shells.
Diffstat (limited to 'src/radius')
-rw-r--r-- | src/radius/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/radius/Makefile b/src/radius/Makefile index 32f572f..b199be8 100644 --- a/src/radius/Makefile +++ b/src/radius/Makefile @@ -1,7 +1,6 @@ all: libradius.a clean: - for d in $(SUBDIRS); do make -C $$d clean; done rm -f *~ *.o *.d libradius.a install: |