diff options
author | Marco Platania <platania@research.att.com> | 2017-09-25 14:19:00 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-25 14:19:00 -0400 |
commit | 1aa9cf752e6a9a19ace912f3c1fed3482229c061 (patch) | |
tree | 3e1aaaa661fc96b6e00581dd7561d3970748f60a /vnfs/VES/bldjobs/Makefile | |
parent | c0a3cbc17f84ed62da0ed59baf6ba9477e4c50f2 (diff) |
Upgrade vFW and vLB to VES 5.x
Change-Id: I5a9904d34dd1fbca2ab62b2f909b693553b2b61c
Issue-ID: INT-228
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/VES/bldjobs/Makefile')
-rw-r--r-- | vnfs/VES/bldjobs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/VES/bldjobs/Makefile b/vnfs/VES/bldjobs/Makefile index 6c0aaada..659f02fb 100644 --- a/vnfs/VES/bldjobs/Makefile +++ b/vnfs/VES/bldjobs/Makefile @@ -82,7 +82,7 @@ DOCS_SERVER_PATH=/var/www/html/evel #****************************************************************************** # Implicit rule to make dependency files. Recipe copied from Gnu docs at: * -# https://www.gnu.org/software/make/manual/html_node/Automatic-Prerequisites.html * +# https://www.gnu.org/software/make/manual/html_node/Automatic-Prerequisites.html* #****************************************************************************** %.d: %.c @echo Making dependency file $(notdir $@) for $(notdir $<) |