Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
396 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | Description: Call vers_string independent of PATH |
---|
| 2 | Origin: upstream, https://github.com/PADL/nss_ldap/commit/ebc24093e2cc1be2fc78369746c1e8bc7c78a722 |
---|
| 3 | |
---|
| 4 | --- a/Makefile.am |
---|
| 5 | +++ b/Makefile.am |
---|
| 6 | @@ -109,5 +109,5 @@ uninstall-local: |
---|
| 7 | @$(NORMAL_UNINSTALL) |
---|
| 8 | |
---|
| 9 | vers.c: $(top_srcdir)/CVSVersionInfo.txt |
---|
| 10 | - CVSVERSIONDIR=$(top_srcdir) vers_string -v |
---|
| 11 | + CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v |
---|
| 12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.