aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.deps
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-12-02 15:55:52 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-12-02 15:55:52 +0000
commit5f4d753663b1377598066c022bf1d2cde6ee5a6d (patch)
treeaf83dc066f40f1f2c9d7669662c2492fd715deb0 /src/make.configuration.deps
parentc27ae25f9468bfb2f72fbd1cc8762a89f7b100bf (diff)
Correct configury magic that finds out whether gtar is available.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@68 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src/make.configuration.deps')
-rw-r--r--src/make.configuration.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index da0f163..d70ceaf 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -5,7 +5,7 @@
# Some configury magic
-TAR = $(shell gtar > /dev/null 2> /dev/null && echo gtar || echo tar)
+TAR = $(shell gtar --help > /dev/null 2> /dev/null && echo gtar || echo tar)