diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-16 17:15:20 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-16 17:15:20 +0000 |
commit | 0fcbbcc67b38fb70de492a2244ae033add69c0d7 (patch) | |
tree | 263b8eeebe2622bf5d8a11ac64708b57cf28b729 /Makerules | |
parent | 8b592456214de507082c3b5302ea8db84d33a8c6 (diff) |
- remove improper comment
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -175,8 +175,6 @@ cmd_strip = $(STRIPTOOL) $(STRIP_FLAGS) $^ cmd_t_strip = $(STRIPTOOL) $(STRIP_FLAGS) $@ cmd_ar = $(AR) $(ARFLAGS) $@ $^ -# special suckage alert. We try to avoid --check-symlink-times thus we touch -# the link-target. define do_ln @$(disp_ln) $(Q)$(LN) -fs |