diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 17:03:59 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 17:03:59 +0000 |
commit | 044fc133d2b321ba35a13a40ad58833947382c43 (patch) | |
tree | d90c29deb520d9a5ec85a98f01c0d71c7c92a8f4 /include | |
parent | f29b2a01f02c37052b8ef957f954720159c3d6d1 (diff) | |
download | ATCD-044fc133d2b321ba35a13a40ad58833947382c43.tar.gz |
Removed an extra '='.
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_freebsd.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_freebsd.GNU b/include/makeinclude/platform_freebsd.GNU index bc6b6b74ea9..3a9103b56e6 100644 --- a/include/makeinclude/platform_freebsd.GNU +++ b/include/makeinclude/platform_freebsd.GNU @@ -2,7 +2,7 @@ # platform_freebsd.GNU -VERSION := $(shell uname -r | sed -e "s/`uname -r | sed -e = 's/.//'`//") +VERSION := $(shell uname -r | sed -e "s/`uname -r | sed -e 's/.//'`//") ifneq ($(VERSION),3) versioned_so = 1 endif |