aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-02 07:01:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-02 07:01:25 +0000
commit69dcdd93cb9264e908ab5f14498dc5489ec67bfb (patch)
treea60e32264b14c45785c65019dcd8c845e9153f06
parentb0b5c905a5a6d9c2687330c49202b77b4852fd80 (diff)
Move config.cache delete to "distclean"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2111 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xeditline/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/editline/Makefile.in b/editline/Makefile.in
index 282e8432d..a18efd780 100755
--- a/editline/Makefile.in
+++ b/editline/Makefile.in
@@ -165,10 +165,9 @@ clean :
rm -f $(BGCSRCS:.c=.o_a) $(CCSRCS:.c=.o_a)
rm -f $(BGCSRCS:.c=.o_s) $(CCSRCS:.c=.o_s)
rm -f $(TCSRCS:.c=.o) $(TEST)
- rm -f config.cache
distclean : clean
- rm -f config.log config.status config.h Makefile
+ rm -f config.cache config.log config.status config.h Makefile
#
# Internal targets and rules.