Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
make remove-dashes: apply to scripts and programs as well, not just to builtins
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 4796565ab3a8e7c9bbe7f6fd092713064dce2c1a..2b54d927b68976239f6f3e1c1497813a961045f5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1296,7
+1296,7
@@
check: common-cmds.h
for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done
remove-dashes:
- ./fixup-builtins $(BUILT_INS)
+ ./fixup-builtins $(BUILT_INS)
$(PROGRAMS) $(SCRIPTS)
### Installation rules