diff options
-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 d005be7..87c0a8d 100644 --- a/pynslcd/Makefile.am +++ b/pynslcd/Makefile.am @@ -44,4 +44,4 @@ constants.py: $(top_srcdir)/nslcd.h Makefile echo "# See that file for details." ; \ echo "" ; \ sed -n 's| */\*.*\*/ *||;s/^.define *\(NSLCD_[A-Z_]*\) */\1 = /p' \ - $< ) > $@ + $(top_srcdir)/nslcd.h ) > $@ |