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
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;"