aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-27 12:44:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-27 12:44:17 +0000
commitc7c9d4903ec4f8036252b00d118933f9fc3dec30 (patch)
treefd6c630ce92277213870869d448458ad09c9951d
parente64d01d199a043923a767e0a42856caa11b59729 (diff)
downloadfetchmail-c7c9d4903ec4f8036252b00d118933f9fc3dec30.tar.gz
fetchmail-c7c9d4903ec4f8036252b00d118933f9fc3dec30.tar.bz2
fetchmail-c7c9d4903ec4f8036252b00d118933f9fc3dec30.zip
Avoid the libintl braindamage.
svn path=/trunk/; revision=3496
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5226e45b..aab4aa5c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -186,7 +186,7 @@ uninstall:
clean:
-cd intl; $(MAKE) clean
#work around braindamage in GNU gettext
- -rm -f $(top_builddir)/libintl.h
+ -rm -f $(top_builddir)/intl/libintl.h
-cd po; $(MAKE) clean
-rm -f fetchmail *.o core fetchmail.dvi \
rcfile_l.c rcfile_y.h rcfile_y.c \