1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

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

View File

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