summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2003-07-17 15:22:50 +0000
committerBrendan O'Dea <bod@debian.org>2003-07-17 15:22:50 +0000
commit14e6fe0ee9415cdbc26d681dd236497ca2055a5a (patch)
treefb280febdc9a335659dc8694e31b4cb26599f647 /Makefile.in
parentf7c1f8b3ab302196a1cda5471a2fec0b95f4d726 (diff)
downloadhelp2man-14e6fe0ee9415cdbc26d681dd236497ca2055a5a.tar.gz
clear autom4te.cache; fix preload build
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index ace114b..dcbcf64 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
# Makefile for help2man
-# $Id: Makefile.in,v 1.18 2003-07-17 14:58:57 bod Exp $
+# $Id: Makefile.in,v 1.19 2003-07-17 15:22:50 bod Exp $
SHELL = @SHELL@
VPATH = @srcdir@
@@ -88,7 +88,7 @@ mostlyclean: clean
$(target).toc $(target).tp $(target).vr
distclean: mostlyclean
- -rm -f config.cache config.log config.status Makefile
+ -rm -rf config.cache config.log config.status Makefile autom4te.cache
realclean: distclean
-rm -f $(target).info $(target).1 $(target).fr.1 $(target).pl.1 \
@@ -100,7 +100,7 @@ maintainer-clean: realclean
$(target): $(srcdir)/$(target).PL
$(PERL) $?
-preload:
+preload: $(preload).so
$(preload).so: $(srcdir)/$(preload).c
$(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)