mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r14564: Remove dependencies when running distclean
This commit is contained in:
parent
2236ad9096
commit
4f99c96509
@ -254,7 +254,7 @@ clean:: clean_pch
|
|||||||
@echo Removing proto headers
|
@echo Removing proto headers
|
||||||
@-rm -f $(PROTO_HEADERS)
|
@-rm -f $(PROTO_HEADERS)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean clean_deps
|
||||||
-rm -f include/config.h include/smb_build.h
|
-rm -f include/config.h include/smb_build.h
|
||||||
-rm -f Makefile
|
-rm -f Makefile
|
||||||
-rm -f config.status
|
-rm -f config.status
|
||||||
@ -373,5 +373,6 @@ DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpage
|
|||||||
DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
|
DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
|
||||||
include/includes.d
|
include/includes.d
|
||||||
|
|
||||||
clean-deps:
|
clean_deps:
|
||||||
rm -f $(DEPFILES)
|
@echo Removing dependency files
|
||||||
|
@rm -f $(DEP_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user