summaryrefslogtreecommitdiffstats
path: root/x11/xloadimage/files/patch-6
blob: b2cb0f1cc85e4df970bd045661d4bdf37734ea45 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile	Tue Nov  9 17:25:12 1993
+++ Makefile	Sun Jul  2 10:56:48 2000
@@ -24,5 +24,7 @@
 
 autoconfig: autoconfig.c
-	$(CC) -g -o autoconfig autoconfig.c
+	$(CC) -o autoconfig autoconfig.c -DDEF_CC='"${CC}"' \
+		-DDEF_OPT_FLAGS='"${OPT_FLAGS}"' \
+		-DDEF_INSTALL_DIR='"${PREFIX}/bin"'
 
 # manual configuration target
OpenPOWER on IntegriCloud