aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/atari800/files/patch-aa
blob: 4671df3467d983f31d4baa574b85fc73caf1ddfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- Makefile.orig	Sun Feb  6 16:38:57 2000
+++ Makefile	Sun Feb  6 16:40:45 2000
@@ -6,12 +6,12 @@
 
 CC		= gcc
 CPPFLAGS	= $(OTHER)
-CFLAGS		= -c -O6 -DGNU_C
+CFLAGS+=	  -c -DGNU_C
 LD		= gcc
 LDFLAGS		=
 LDLIBS		= -lm
 
-PREFIX		= /usr/local
+PREFIX?=	  /usr/local
 BIN_PATH	= ${PREFIX}/bin
 LIB_PATH	= ${PREFIX}/lib
 MAN_PATH	= ${PREFIX}/man
@@ -246,7 +246,6 @@
 			platform.h
 
 config config.h	:	configure
-	./configure
 
 configure	:	configure.o prompts.o
 	$(LD) $(LDFLAGS) configure.o prompts.o $(LDLIBS) -o configure