summaryrefslogtreecommitdiffstats
path: root/intl
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-15 17:43:59 +0000
committerJim Meyering <jim@meyering.net>1997-11-15 17:43:59 +0000
commit2226c329f20f3e8fee1329f147a52e5b80c23a18 (patch)
tree096098fbe1b861fcf4c593b05f153c07f4ac1ba7 /intl
parent6db9097565a5a9b092226ed75d97bd946ed8412b (diff)
downloadidutils-2226c329f20f3e8fee1329f147a52e5b80c23a18.tar.gz
idutils-2226c329f20f3e8fee1329f147a52e5b80c23a18.tar.bz2
idutils-2226c329f20f3e8fee1329f147a52e5b80c23a18.zip
(distclean): Don't remove libintl.h here.pre-jumbo-LFSpost-jumbo-LFS
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in
index a41fb57..4bdb186 100644
--- a/intl/Makefile.in
+++ b/intl/Makefile.in
@@ -171,7 +171,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
- rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
+ rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"