diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-30 06:34:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-30 06:34:08 +0000 |
commit | c8d8d1d8bd3887bad23cff9e687802ca0eab8e34 (patch) | |
tree | fed03dd1910561ae2e03892c33ecee7673202827 | |
parent | 98ae57e5466a89be84ba4b65bd85c53d71110fa3 (diff) | |
download | idutils-c8d8d1d8bd3887bad23cff9e687802ca0eab8e34.tar.gz idutils-c8d8d1d8bd3887bad23cff9e687802ca0eab8e34.tar.bz2 idutils-c8d8d1d8bd3887bad23cff9e687802ca0eab8e34.zip |
(installcheck): New target.
-rw-r--r-- | intl/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/Makefile.in b/intl/Makefile.in index 6c915ec..34bed63 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -85,6 +85,8 @@ libintl.a: $(OBJECTS) check install: all +installcheck: + # This installation goal is only used in GNU gettext. Packages which # only use the library should use install instead. |