diff options
| author | Tristan Gingold <tgingold@free.fr> | 2014-01-24 06:35:16 +0100 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2014-01-24 06:35:16 +0100 | 
| commit | b046fa4ce7d213c2dad72a9f3e92b3db5457b7bd (patch) | |
| tree | a180782369975ca98c095f9879581f1af1444c6f | |
| parent | bc3a3375eaae07a7f68eabd9d5c7ca53cf6c2565 (diff) | |
| download | ghdl-b046fa4ce7d213c2dad72a9f3e92b3db5457b7bd.tar.gz ghdl-b046fa4ce7d213c2dad72a9f3e92b3db5457b7bd.tar.bz2 ghdl-b046fa4ce7d213c2dad72a9f3e92b3db5457b7bd.zip | |
Add comment.
| -rw-r--r-- | ortho/debug/Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/ortho/debug/Makefile b/ortho/debug/Makefile index 1608a6fa1..7ebaf9d94 100644 --- a/ortho/debug/Makefile +++ b/ortho/debug/Makefile @@ -43,4 +43,6 @@ force:  ORTHO_PACKAGE=Ortho_Debug  ORTHO_BASENAME=$(orthobe_srcdir)/ortho_debug -include $(ortho_srcdir)/Makefile.inc
\ No newline at end of file +# Automatically build ortho_debug.ads from ortho_node.common.ads and +# ortho_debug.private.ads +include $(ortho_srcdir)/Makefile.inc | 
