summaryrefslogtreecommitdiff
path: root/devel/domc/files/patch-Makefile
blob: f20efc5b41c53216f28e60c22a732ab59365a069 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- Makefile.orig	Mon Aug 27 15:03:28 2001
+++ Makefile	Tue Oct  9 13:18:10 2001
@@ -24,5 +24,5 @@
 	if [ -f examples/d5.o ]; then $(MAKE) -C examples clean; fi
 
 .c.o:
-	gcc -Wall -Iinclude -Llib -fPIC -DPIC -c -o $*.o $<
+	gcc %%CFLAGS%% -Wall -Iinclude -Llib -fPIC -DPIC -c -o $*.o $<