summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-08 15:34:52 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-08 21:06:19 +0100
commit5ff0cfa517de5c385752f695be938cc29f6b069d (patch)
tree6c832c3bfc5320f693b22d803a4caa0a32fc7810 /Makefile.org
parent02d013e6213b57bf23ba70373f634feb8532a5f3 (diff)
Not all 'find's know -xtype, use -type instead
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 3cd7aef34d0d414d27ab00abadb99265a2cffde9)
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 1ac6d5e09a..d2deca526b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -506,7 +506,7 @@ TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
$(TARFILE).list:
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
- \! -name '*test' \! -name '.#*' \! -name '*~' \! -xtype l \
+ \! -name '*test' \! -name '.#*' \! -name '*~' \! -type l \
| sort > $(TARFILE).list
tar: $(TARFILE).list