summaryrefslogtreecommitdiff
path: root/graphics/resize_image/patches/patch-ac
blob: 18493f62dc75cee3e1b0dee03f2f706cc5ada8b7 (plain)
1
2
3
4
5
6
7
8
9
10
$NetBSD: patch-ac,v 1.1.1.1 2003/09/10 21:44:46 itojun Exp $

--- utils/Makefile-	2003-09-11 06:39:20.000000000 +0900
+++ utils/Makefile	2003-09-11 06:39:34.000000000 +0900
@@ -11,4 +11,4 @@
 
 # pour gerer les listes doublements chainees
 $(OBJ_DIR)/list.o : $(UTILS_DIR)/list.c $(UTILS_DIR)/list.h $(UTILS_DIR)/general.h
-	$(CC_OPT) -c $(UTILS_DIR)/list.c -o $@ $(INCLUDE_PATH)
+	$(CC) $(CFLAGS) $(CPPFLAGS) -c $(UTILS_DIR)/list.c -o $@ $(INCLUDE_PATH)