diff options
author | Tom Tromey <tromey@redhat.com> | 1996-08-17 17:32:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-08-17 17:32:41 +0000 |
commit | c8c6eea5692570cdc0ec9adbfb2a230085097752 (patch) | |
tree | c9af493cf6f25b8906126503c2d20c8e43965286 /lib/am/depend.am | |
parent | 42e5b01def8d8bdd902830572e4c1129200c7cba (diff) | |
download | automake-c8c6eea5692570cdc0ec9adbfb2a230085097752.tar.gz |
Remove .deps files in maintainer-clean
Diffstat (limited to 'lib/am/depend.am')
-rw-r--r-- | lib/am/depend.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/am/depend.am b/lib/am/depend.am index 1074c8fa7..246b06653 100644 --- a/lib/am/depend.am +++ b/lib/am/depend.am @@ -39,3 +39,12 @@ $(srcdir)/.deps/.P: $(BUILT_SOURCES) -include $(DEP_FILES) $(DEP_FILES): $(srcdir)/.deps/.P + +mostlyclean-depend: + +clean-depend: + +distclean-depend: + +maintainer-clean-depend: + rm -rf $(srcdir)/.deps |