diff options
Diffstat (limited to 'plugin/Makefile.in')
-rw-r--r-- | plugin/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/Makefile.in b/plugin/Makefile.in index c6f0c05..467a86d 100644 --- a/plugin/Makefile.in +++ b/plugin/Makefile.in @@ -500,9 +500,9 @@ uninstall-am: uninstall-moduleLTLIBRARIES uninstall-saslDATA delegateldap.sasl: delegateldap.sasl.in Makefile - @sed -e "s|\@LIBDIR\@|$(libdir)|" $< > $@ + @sed -e "s|\@LIBDIR\@|$(libdir)|" $(srcdir)/delegateldap.sasl.in > delegateldap.sasl delegateldap.README: delegateldap.README.in Makefile - @sed -e "s|\@LIBDIR\@|$(libdir)|" $< > $@ + @sed -e "s|\@LIBDIR\@|$(libdir)|" $(srcdir)/delegateldap.README.in > delegateldap.README # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |