diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/examples.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/examples.am b/config/examples.am index 03108ef..b616f3d 100644 --- a/config/examples.am +++ b/config/examples.am @@ -51,9 +51,9 @@ CLEANFILES=$(EXAMPLE_PROG) $(EXAMPLE_PROG_PARA) # How to create EXAMPLEDIR if it doesn't already exist $(EXAMPLEDIR): - -$(top_srcdir)/bin/mkdirs $@ + mkdir -p -m 755 $@ $(EXAMPLETOPDIR): - -$(top_srcdir)/bin/mkdirs $@ + mkdir -p -m 755 $@ # Install and uninstall rules. We install the source files, not the # example programs themselves. |