diff options
Diffstat (limited to 'lib/gs/Makefile')
-rw-r--r-- | lib/gs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gs/Makefile b/lib/gs/Makefile index 02c8fc3467..22f935fd38 100644 --- a/lib/gs/Makefile +++ b/lib/gs/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1996-2009. All Rights Reserved. +# Copyright Ericsson AB 1996-2016. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # Macros # -SUB_DIRECTORIES = src tcl contribs examples doc/src +SUB_DIRECTORIES = src tcl examples doc/src include vsn.mk VSN = $(GS_VSN) |