diff options
author | Rich Megginson <rmeggins@redhat.com> | 2005-01-28 21:57:05 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2005-01-28 21:57:05 +0000 |
commit | 0b00cd4edc87f82fddde3a089d16f2e416305209 (patch) | |
tree | f47e944cfa83dcd946fad259f2f37e1499785ac3 /ntversion.pl | |
parent | b323e287076458e646831a3b5cec0262ac60c5fd (diff) | |
download | ds-0b00cd4edc87f82fddde3a089d16f2e416305209.tar.gz ds-0b00cd4edc87f82fddde3a089d16f2e416305209.tar.xz ds-0b00cd4edc87f82fddde3a089d16f2e416305209.zip |
remove references to ldapserver from makefiles; use BUILD_ROOT instead of MCOM_ROOT and NSROOT; BUILD_ROOT is now the ldapserver directory rather than its parent
Diffstat (limited to 'ntversion.pl')
-rw-r--r-- | ntversion.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ntversion.pl b/ntversion.pl index ced691e2..586e8056 100644 --- a/ntversion.pl +++ b/ntversion.pl @@ -18,7 +18,7 @@ $FILEVERSIONTEXT = '"' . &doubleDigit( $date[4] ) . '/' . # month $MAJORVERSION=$ARGV[1]; $MINORVERSION=$ARGV[2]; -open(VERSIONFILE, ">$ARGV[0]/ldapserver/include/nt/ntversion.h"); +open(VERSIONFILE, ">$ARGV[0]/include/nt/ntversion.h"); print VERSIONFILE "// This file is automatically generated.\r\n"; print VERSIONFILE "// Please do not edit this file manually.\r\n"; print VERSIONFILE "// It contains the version number of this build.\r\n"; |