diff options
Diffstat (limited to 'vnfs/VES')
-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 $<) |