]> git.wh0rd.org Git - nano.git/commitdiff
rm libintl.h on distclean so we don't get the stupid unresolved symbols anymore.
authorJordi Mallach <jordi@gnu.org>
Mon, 2 Apr 2001 13:47:17 +0000 (13:47 +0000)
committerJordi Mallach <jordi@gnu.org>
Mon, 2 Apr 2001 13:47:17 +0000 (13:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@584 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
intl/Makefile.in

index 5cdece1e4acac7b55f4779bdb978506a8ed8e58b..b61da66df0b3b9598cf423a5be21c8d75b77c7e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,11 @@ CVS -
          following links to directories.  We only use lstat() when
          printing the details of the file, and if it is a link, then
          check via lstat() for link to a directory.  If it is 
-         a directory, display (dir), else use the normal "--".  
+         a directory, display (dir), else use the normal "--".
+- intl/Makefile.in:
+  distclean
+       - added intl/libintl.h to the rm -f rule, should fix the unresolved
+         gettext symbols problem (Jordi).
 
 nano-1.0.0 - 03/22/2001
 - General
index 4bdb186d2abd467c0f82cbaf5901a995ee7a3d34..a41fb5796b048c73bdf06ce7308bee419dcb130c 100644 (file)
@@ -171,7 +171,7 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
-       rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
+       rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"