chiark / gitweb /
build-sys: fix CLEANFILES= for dns_type list
[elogind.git] / Makefile.am
index 78cf4a94f0880603b8b1be07b4953dc15809d53c..2af4a32aa2a843a8ba6c6dd07eedb335f96e8248 100644 (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 \
@@ -2584,7 +2584,7 @@ EXTRA_DIST += \
 
 if HAVE_SMACK
 bus-proxyd-set-cap-hook:
-       $(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd
+       -$(SETCAP) cap_mac_admin+ei $(DESTDIR)$(rootlibexecdir)/systemd-bus-proxyd
 
 INSTALL_EXEC_HOOKS += bus-proxyd-set-cap-hook
 endif