head	1.2;
access;
symbols
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.05.02.22.59.47;	author pat;	state dead;
branches;
next	1.1;

1.1
date	2002.03.31.18.09.56;	author pat;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.76.5

PR:		37690
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
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`
 
@


1.1
log
@Update to 0.76.4a

PR:		36586
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@@

