diff --git a/configure b/configure index bc8cfa20ebc8c4df4326e15dfa94c01c8c355c38..83f05c92be1a70728139202068be711af4de89cb 100755 --- a/configure +++ b/configure @@ -2540,8 +2540,7 @@ outfiles="$outfiles Makeconf GNUmakefile \ xmlrpc/imageid xmlrpc/osid xmlrpc/server xmlrpc/xmlrpcbag \ cdrom/GNUmakefile cdrom/tbbootconfig/GNUmakefile \ cdrom/groklilo/GNUmakefile \ - flash/GNUmakefile flash/tbbootconfig/GNUmakefile \ - flash/groklilo/GNUmakefile \ + flash/GNUmakefile \ dhcpd/dhcpd.conf.template dhcpd/GNUmakefile \ install/GNUmakefile \ install/ops-install install/boss-install install/fs-install \ diff --git a/configure.in b/configure.in index a3e77ecd56a7a51767db6d6115516a9b91e8fd87..4c449da18403a44e5275ef7b83a20dd5517d654d 100755 --- a/configure.in +++ b/configure.in @@ -921,8 +921,7 @@ outfiles="$outfiles Makeconf GNUmakefile \ xmlrpc/imageid xmlrpc/osid xmlrpc/server xmlrpc/xmlrpcbag \ cdrom/GNUmakefile cdrom/tbbootconfig/GNUmakefile \ cdrom/groklilo/GNUmakefile \ - flash/GNUmakefile flash/tbbootconfig/GNUmakefile \ - flash/groklilo/GNUmakefile \ + flash/GNUmakefile \ dhcpd/dhcpd.conf.template dhcpd/GNUmakefile \ install/GNUmakefile \ install/ops-install install/boss-install install/fs-install \