blob: b2f52487de4887c84d95f98ed948d465f74a125f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- ./Makefile.orig 2010-02-03 19:56:53.000000000 +0100
+++ ./Makefile 2010-02-03 19:57:20.000000000 +0100
@@ -5,8 +5,7 @@
#################################################################
# You may tune these values to feet your setup:
#################################################################
-INSTALL_PREFIX := /usr/local
-CC := gcc
+INSTALL_PREFIX := ${PREFIX}
ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include
LINKER := gcc
@@ -93,4 +92,4 @@
tar --exclude z80ex.geany --exclude obsolete --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE} --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz -hcf - ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}/ | gzip -f9 > ${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz
rm -rf ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}
-#EOF
\ No newline at end of file
+#EOF
|