diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-16 16:21:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-07-16 17:16:08 -0400 |
commit | f45a9ef3b625239f48fc43a559dcb573d7454c21 (patch) | |
tree | 972d38c2f7a6111dac72b68af969be95d3c87333 | |
parent | 190371b805dad8c46920dd333f7bac525e6fb34c (diff) |
Makefile: Tidy up
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ include $(topoutdir)/build-aux/Makefile.head.mk programs = ediff emacsmail emacsterm emacsterm-rxvt emacsterm-xterm desktops = emacsmail emacsterm -files.out.all = $(programs) $(addsuffix .desktop,$(desktops)) -files.sys.all = $(addprefix $(bindir)/,$(programs)) $(foreach d,$(desktops),$(datarootdir)/applications/$d.desktop) +files.out.all += $(programs) +files.sys.all += $(addprefix $(bindir)/,$(programs)) $(foreach d,$(desktops),$(datarootdir)/applications/$d.desktop) files.out.int += *.sh %.sh: %.sh.in common.sh.in .var.bash .var.VERSION |