mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
build-system: clean $(libutil_modules) rather than listing them individually.
This matches the way the other 'Makefile.local's work.
This commit is contained in:
parent
1df71b5510
commit
518d4ef7d0
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ libutil_modules := $(libutil_c_srcs:.c=.o)
|
|||
$(dir)/libutil.a: $(libutil_modules)
|
||||
$(call quiet,AR) rcs $@ $^
|
||||
|
||||
CLEAN := $(CLEAN) $(dir)/xutil.o $(dir)/error_util.o $(dir)/libutil.a
|
||||
CLEAN := $(CLEAN) $(libutil_modules) $(dir)/libutil.a
|
||||
|
|
Loading…
Reference in a new issue