$NetBSD$

--- 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)
