1
0
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:
Jelmer Vernooij 2008-12-23 23:24:12 +01:00
parent dcc4081f75
commit e94e7f8279

View File

@ -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