jorton 2003/10/22 06:36:46
Modified: . Makefile.in
Log:
* Makefile.in (install): Remove blank line which emacs
makefile-mode thinks is suspicious.
(delete-exports): Force regeneration of exports.c as necessary.
Revision Changes Path
1.77 +2 -3 apr-util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/Makefile.in,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -u -r1.76 -r1.77
--- Makefile.in 17 Feb 2003 00:16:43 -0000 1.76
+++ Makefile.in 22 Oct 2003 13:36:46 -0000 1.77
@@ -62,7 +62,6 @@
if [ -n "$(top_blddir)" ]; then \
cp -p $(top_blddir)/include/*.h $(DESTDIR)$(includedir); \
fi;
-
if [ ! -d $(DESTDIR)$(libdir) ]; then \
@APR_SOURCE_DIR@/build/mkdir.sh $(DESTDIR)$(libdir); \
fi;
@@ -88,8 +87,8 @@
headers="`find include/*.h -newer aprutil.exp -print`" ; \
if test -n "$$headers"; then \
echo Found newer headers. Will rebuild aprutil.exp. ; \
- echo $(RM) -f aprutil.exp ; \
- $(RM) -f aprutil.exp ; \
+ echo $(RM) -f aprutil.exp exports.c export_vars.h ; \
+ $(RM) -f aprutil.exp exports.c export_vars.h; \
fi \
fi