diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 4 | ||||
| -rw-r--r-- | src/config/post.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 141a48367..8eb60d1b7 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,7 @@ +2002-06-15 Ken Raeburn <raeburn@mit.edu> + + * post.in (clean-unix): Delete .d files. + 2002-04-10 Danilo Almeida <dalmeida@mit.edu> * win-pre.in: Define KRB5_PRIVATE=1 so that private definitions diff --git a/src/config/post.in b/src/config/post.in index 3ca6f0c11..699036e18 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -51,7 +51,7 @@ clean:: clean-$(WHAT) clean-unix:: if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi - $(RM) .depend + $(RM) .depend .d clean-windows:: $(RM) *.$(OBJEXT) |
