summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorben <ben@13f79535-47bb-0310-9956-ffa450edef68>2002-03-11 17:29:06 +0000
committerben <ben@13f79535-47bb-0310-9956-ffa450edef68>2002-03-11 17:29:06 +0000
commit4ac0a4ef562ea6db955aad083053bd62eddd2227 (patch)
tree666c061a1a09fd09202e4d6da36c815d05ab0dd3 /Makefile.in
parentd54b47c66c232acc4b3a715d8b016da4166b2723 (diff)
downloadlibapr-4ac0a4ef562ea6db955aad083053bd62eddd2227.tar.gz
Blow stuff away more thoroughly.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 25209241b..ad5b6b7c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -100,8 +100,8 @@ delete-exports:
headers="`find include/*.h -newer apr.exp`" ; \
if test -n "$$headers"; then \
echo Found newer headers. Will rebuild apr.exp. ; \
- echo $(RM) -f apr.exp ; \
- $(RM) -f apr.exp ; \
+ echo $(RM) -f apr.exp exports.c export_vars.h ; \
+ $(RM) -f apr.exp exports.c export_vars.h ; \
fi \
fi