10 lines
455 B
Text
10 lines
455 B
Text
$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)
|