blob: 18d34db4db31cf61c2c9fa4be0e5bfd8dccff1f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- modules/modflow/Makefile.orig 2003-08-21 01:11:03 UTC
+++ modules/modflow/Makefile
@@ -17,7 +17,7 @@ OBJS = $(SRCS:.c=.o)
NAME = modflow.so
-CFLAGS = -Wall -Werror -ggdb -I../../vm/include \
+CFLAGS += -Wall -Werror -ggdb -I../../vm/include \
-I../../libelfsh/include -I../../libhash/include \
-fPIC -rdynamic -DELFSH_INTERN
|