diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile b/cpp/Makefile index ec8c3df358e..41a4452be80 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -16,7 +16,7 @@ top_srcdir = . include $(top_srcdir)/config/Make.rules -SUBDIRS = src include test demo slice schema +SUBDIRS = src include schema test demo slice install:: @if test ! -d $(prefix) ; \ |