blob: 8b14dbff1b4a07dcd80afd233da933d98901e14d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- modules/modflow/Makefile Sat Aug 16 01:52:00 2003
+++ modules/modflow/Makefile.patch Sat Aug 16 01:51:51 2003
@@ -17,7 +17,7 @@
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
|