diff options
Diffstat (limited to 'pam/Makefile.am')
-rw-r--r-- | pam/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pam/Makefile.am b/pam/Makefile.am index b374ca9..e2145ba 100644 --- a/pam/Makefile.am +++ b/pam/Makefile.am @@ -34,9 +34,9 @@ install-exec-local: install-pam_ldap_so uninstall-local: uninstall-pam_ldap_so install-pam_ldap_so: pam_ldap.so - -rm -f $(DESTDIR)/$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) - $(mkinstalldirs) $(DESTDIR)/$(PAM_SECLIB_DIR) + -rm -f $(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) + $(mkinstalldirs) $(DESTDIR)$(PAM_SECLIB_DIR) $(INSTALL_PROGRAM) pam_ldap.so $(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) uninstall-pam_ldap_so: - -rm -f $(DESTDIR)/$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) + -rm -f $(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME) |