summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 17:03:59 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 17:03:59 +0000
commit044fc133d2b321ba35a13a40ad58833947382c43 (patch)
treed90c29deb520d9a5ec85a98f01c0d71c7c92a8f4 /include
parentf29b2a01f02c37052b8ef957f954720159c3d6d1 (diff)
downloadATCD-044fc133d2b321ba35a13a40ad58833947382c43.tar.gz
Removed an extra '='.
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_freebsd.GNU2
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