File tree 4 files changed +1
-5
lines changed
4 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ setvars () {
52
52
BIN=" ${DIR} /${WORK} /bin"
53
53
source ${SRC} /make_dist_config.sh
54
54
DISTOPTNAME=" --enable-dist-name=${DISTRONAME} "
55
- DISTOPTVER=" --enable-dist-version=${DISTROVERSION} "
55
+ DISTOPTVER=" --enable-dist-version=${DISTROVERSION} "
56
56
CONFOPTS=" --target=amiga-m68k --with-optimization=-O${OPT} --with-aros-prefs=classic --with-resolution=${REZ} --with-cpu=${CPU} --with-fpu=${FPU} --disable-mmu --with-portssources=${PORTS} "
57
57
if [ ${VAMP} = 0 ]; then CONFOPTS=" ${CONFOPTS} --with-nonvampire-support" ; fi
58
58
if [ ${DEBUG} = 1 ]; then CONFOPTS=" ${CONFOPTS} --enable-debug --with-serial-debug" ; fi
Original file line number Diff line number Diff line change 8
8
9
9
#include <string.h>
10
10
11
- #include "../../../dist_config.h"
12
-
13
11
char * generate_banner ()
14
12
{
15
13
#if defined(__DISTRONAME__ )
Original file line number Diff line number Diff line change 23
23
24
24
#include "dos_intern.h"
25
25
#include "../dosboot/bootflags.h"
26
- #include "../../../dist_config.h"
27
26
28
27
extern char * generate_banner (void );
29
28
Original file line number Diff line number Diff line change 2
2
#define BOOTMENU_DRIVER_H
3
3
4
4
#include "dosboot_intern.h"
5
- #include "../../../dist_config.h"
6
5
7
6
int bootmenu_Init (LIBBASETYPEPTR LIBBASE , BOOL WantBootMenu );
8
7
You can’t perform that action at this time.
0 commit comments