Skip to content
Snippets Groups Projects
Commit 28addc73 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-11-06 13:09:52 by simonmar]

.depend should be in DIST_CLEAN, not MAINTAINER_CLEAN
parent 6ad30e1c
No related merge requests found
......@@ -162,7 +162,8 @@ CLEAN_FILES += $(HS_PROG) $(C_PROG) $(SCRIPT_PROG) $(SCRIPT_LINK) \
$(PROG) $(LIBRARY) $(HS_IFACES) $(HS_HCS) $(HS_SS) \
a.out
MAINTAINER_CLEAN_FILES += .depend $(BOOT_SRCS)
DIST_CLEAN_FILES += .depend
MAINTAINER_CLEAN_FILES += $(BOOT_SRCS)
#
# `Standard' set of files to clean out.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment