summaryrefslogtreecommitdiff
path: root/lib/subdir.am
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:11:29 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:11:29 -0400
commit485ac9a79b787244b31bf7fac348aa176179574b (patch)
treeb2035fbcf54d529620a7f14c0e69a6bc561ec399 /lib/subdir.am
parentb515c81a2257aeea14fff6e9fc86d880bc62cc9d (diff)
*: Fix spelling of neccessary
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r--lib/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subdir.am b/lib/subdir.am
index d1df9cb3d9..c3899c4e0f 100644
--- a/lib/subdir.am
+++ b/lib/subdir.am
@@ -588,7 +588,7 @@ DISTCLEANFILES += lib/route_types.h
if GIT_VERSION
# bit of a trick here to always have up-to-date git stamps without triggering
-# unneccessary rebuilds. .PHONY causes the .tmp file to be rebuilt always,
+# unnecessary rebuilds. .PHONY causes the .tmp file to be rebuilt always,
# but if we use that on gitversion.h it'll ripple through the .c file deps.
# (even if gitversion.h's file timestamp doesn't change, make will think it
# did, because of .PHONY...)