projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8e55c
)
antimake: fix typo in am-check-distfiles
author
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 22:01:21 +0000
(
00:01
+0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 22:01:21 +0000
(
00:01
+0200)
mk/antimake.mk
patch
|
blob
|
blame
|
history
diff --git
a/mk/antimake.mk
b/mk/antimake.mk
index 034042686c377baac445fe89b8e9aa226251d061..1bfc563ff3369ff84445b522f82b0f930ba5d9e8 100755
(executable)
--- a/
mk/antimake.mk
+++ b/
mk/antimake.mk
@@
-1314,7
+1314,7
@@
am-show-distfiles:
# do dependencies as separate step, in case building outputs anything
.PHONY: am-check-distfiles
-am-
make
-distfiles: $(am_FINAL_DISTFILES)
+am-
check
-distfiles: $(am_FINAL_DISTFILES)
$(foreach dir,$(am_DISTDIRS),@$(MAKE) $(AM_MAKEFLAGS) -C $(dir) $@ $(NewLine))
##