summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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