summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-16 16:49:28 +0000
committerJim Meyering <jim@meyering.net>1996-03-16 16:49:28 +0000
commitca0246a4c13e8414a35263997b8a7b71ca28b71d (patch)
tree54bb074bf5f0d01ae6033095ddbaf90c136d30f4 /src/ln.c
parentc1cdafa1b4e6fbbb083f811896a1be9ab90c0f50 (diff)
downloadcoreutils-ca0246a4c13e8414a35263997b8a7b71ca28b71d.tar.xz
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ln.c b/src/ln.c
index 83866a3f8..d60e369d9 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -28,7 +28,6 @@
#include "system.h"
#include "backupfile.h"
-#include "version.h"
#include "error.h"
int link (); /* Some systems don't declare this anywhere. */
@@ -371,7 +370,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("ln - %s\n", version_string);
+ printf ("ln - %s\n", PACKAGE_VERSION);
exit (0);
}