diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-29 21:18:21 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-29 21:18:21 +0200 |
commit | 8a356210e1cd0b63da5ea3b07b469db1bfe0f217 (patch) | |
tree | 094ed14ddcf9d3a98bee38c325bfd52bc8c50911 /pynslcd/Makefile.am | |
parent | 089696fdc4cc21e8c96001b0bdad8c86e0573532 (diff) |
get rid of automake warning
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1527 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pynslcd/Makefile.am')
-rw-r--r-- | pynslcd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pynslcd/Makefile.am b/pynslcd/Makefile.am index 1fbd8c5..efe9788 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -28,7 +28,7 @@ CLEANFILES = $(nodist_pynslcd_PYTHON) all-local: $(nodist_pynslcd_PYTHON) # clean up locally created compiled Python files -clean: +clean-local: rm -f *.pyc *.pyo # create a symbolic link for the pynslcd daemon and fix permissions |