Fix building dynamic EAP peer modules
Strip directory name from the target in the pattern rule for dynamic modules. Remove dynamic modules on "make clean".
This commit is contained in:
parent
d0184cb25c
commit
4c2660c2b0
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ all:
|
|||
|
||||
clean:
|
||||
for d in $(SUBDIRS); do make -C $$d clean; done
|
||||
rm -f *~ *.o *.d
|
||||
rm -f *~ *.o *.so *.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue