build-sys: fix CLEANFILES= for dns_type list

This commit is contained in:
Lennart Poettering 2014-12-10 02:36:35 +01:00
parent b730764239
commit b7c0182b2c
1 changed files with 2 additions and 2 deletions

View File

@ -1191,8 +1191,8 @@ CLEANFILES += \
src/shared/af-from-name.gperf \
src/shared/arphrd-list.txt \
src/shared/arphrd-from-name.gperf \
src/shared/dns_type-list.txt \
src/shared/dns_type-from-name.gperf
src/resolve/dns_type-list.txt \
src/resolve/dns_type-from-name.gperf
BUILT_SOURCES += \
src/shared/errno-from-name.h \