mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Merge branch '2613-lib-dns-gen-is-not-deleted-on-make-clean' into 'main'
Resolve "lib/dns/gen is not deleted on make clean" Closes #2613 See merge request isc-projects/bind9!4865
This commit is contained in:
commit
6b121171a5
@ -16,7 +16,8 @@ BUILT_SOURCES = \
|
||||
$(nodist_libdns_la_SOURCES)
|
||||
|
||||
CLEANFILES = \
|
||||
$(nodist_libdns_la_SOURCES)
|
||||
$(nodist_libdns_la_SOURCES) \
|
||||
gen$(BUILD_EXEEXT)
|
||||
|
||||
gen$(BUILD_EXEEXT): gen.c gen-unix.h
|
||||
$(CC_FOR_BUILD) -g -I. $(GEN_NEED_OPTARG) $(srcdir)/gen.c -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user