projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55587de
)
antimake: use version vars recursively
author
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 15:43:26 +0000
(17:43 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 15:46:01 +0000
(17:46 +0200)
This makes sure we don't pass newer version
test accidentally, without passing older version test.
mk/antimake.mk
patch
|
blob
|
blame
|
history
diff --git
a/mk/antimake.mk
b/mk/antimake.mk
index 4e2388ab66828b97be93c986787ea1279ee9ac0c..c791064c182b984a5a493029a5252a9c180e55ef 100755
(executable)
--- a/
mk/antimake.mk
+++ b/
mk/antimake.mk
@@
-46,9
+46,9
@@
# detect GNU make version, confuse others
$(eval GNUMAKE380=1)
-GNUMAKE381=$(or ,
1
)
+GNUMAKE381=$(or ,
$(GNUMAKE380)
)
define GNUMAKE382 =
-1
+$(GNUMAKE381)
endef
# give error of too old