* configure.in (AC_OUTPUT): Remove debian/Makefile.
This commit is contained in:
parent
8e5f64e0d3
commit
fc528f1b0d
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in (AC_OUTPUT): Remove debian/Makefile.
|
||||
|
||||
2001-05-28 Gordon Matzigkeit <gord@fig.org>
|
||||
|
||||
* Makefile.am (SUBDIRS): Remove reference to debian directory.
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -3115,7 +3115,7 @@ ac_given_srcdir=$srcdir
|
|||
ac_given_INSTALL="$INSTALL"
|
||||
|
||||
trap 'rm -fr `echo "Makefile stage1/Makefile stage2/Makefile docs/Makefile \
|
||||
debian/Makefile lib/Makefile util/Makefile grub/Makefile \
|
||||
lib/Makefile util/Makefile grub/Makefile \
|
||||
netboot/Makefile util/grub-image util/grub-install \
|
||||
util/grub-md5-crypt config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
|
@ -3247,7 +3247,7 @@ EOF
|
|||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"Makefile stage1/Makefile stage2/Makefile docs/Makefile \
|
||||
debian/Makefile lib/Makefile util/Makefile grub/Makefile \
|
||||
lib/Makefile util/Makefile grub/Makefile \
|
||||
netboot/Makefile util/grub-image util/grub-install \
|
||||
util/grub-md5-crypt"}
|
||||
EOF
|
||||
|
|
|
@ -560,6 +560,6 @@ AC_SUBST(NETBOOT_DRIVERS)
|
|||
|
||||
dnl Output.
|
||||
AC_OUTPUT([Makefile stage1/Makefile stage2/Makefile docs/Makefile \
|
||||
debian/Makefile lib/Makefile util/Makefile grub/Makefile \
|
||||
lib/Makefile util/Makefile grub/Makefile \
|
||||
netboot/Makefile util/grub-image util/grub-install \
|
||||
util/grub-md5-crypt])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue