summaryrefslogtreecommitdiff
path: root/x11/finder/files/patch-ad
blob: 3890bad67ae2789fb8a7f03677a62cae84316c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- AboutDialog/Makefile	2000/09/04 13:19:20	1.1
+++ AboutDialog/Makefile	2000/09/04 13:19:53
@@ -1,8 +1,8 @@
-INCLUDEFLAGS=`gnome-config --cflags gnome` `gtk-config --cflags` -I.
+INCLUDEFLAGS=`$(X11BASE)/bin/gnome-config --cflags gnome` `$(GTK_CONFIG) --cflags` -I.
 
 OBJS=about-dialog.o
 
-CC=gcc
+CC?=gcc
 CFLAGS+=$(INCLUDEFLAGS)
 
 default: $(OBJS)