Replaced bin/mkdirs w/ mkdir -p -m 755, which is POSIX (#2018)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user