mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s4: Fix make clean to remove gen_ndr objects.
This commit is contained in:
parent
dcc4081f75
commit
e94e7f8279
@ -144,7 +144,7 @@ include $(srcdir)/static_deps.mk
|
||||
endif
|
||||
|
||||
clean::
|
||||
@find ../lib ../libcli -name '*.o' -o -name '*.ho' | xargs rm -f
|
||||
@find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
|
||||
|
||||
DEFAULT_HEADERS = $(srcdir)/../lib/util/dlinklist.h \
|
||||
$(srcdir)/version.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user