forked from Lainports/freebsd-ports
15 lines
335 B
Text
15 lines
335 B
Text
--- Makefile.orig Sun Mar 31 13:05:47 2002
|
|
+++ Makefile Sun Mar 31 13:06:07 2002
|
|
@@ -1,5 +1,4 @@
|
|
|
|
-CC=gcc
|
|
#FLAGS=-DDEBUG
|
|
|
|
default:
|
|
@@ -38,5 +37,5 @@
|
|
rm -f *.o
|
|
|
|
gui:
|
|
- $(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs`
|
|
+ $(CC) -o gtkasp2php gtkasp2php.c `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs`
|
|
|