diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-03-22 01:30:35 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-22 01:30:35 +0000 |
commit | 185bd300ebd1e1c7e983acf075234811a1a3fcbf (patch) | |
tree | b1321a800f544410ac7813f74104fe0706c56120 /x11 | |
parent | Moved to sourceforge. (diff) |
Actually name the configure script 'configure' in the BUILD_XDIST case so
that it will actually get executed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 012783863c39..e1bb146bb003 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -90,7 +90,7 @@ IS_INTERACTIVE= yes # configure script asks questions pre-configure: @${MKDIR} ${SCRIPTDIR} .if defined(BUILD_XDIST) - @${CP} ${MASTERDIR}/scripts/configure.build_xdist ${SCRIPTDIR} + @${CP} ${MASTERDIR}/scripts/configure.build_xdist ${SCRIPTDIR}/configure .else @${CP} ${MASTERDIR}/scripts/configure ${SCRIPTDIR} .endif |