aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar stolz <unknown>2003-05-23 18:35:55 +0000
committerGravatar stolz <unknown>2003-05-23 18:35:55 +0000
commit23b5be871f3b25be1c0cac4275a6d635b66c640c (patch)
tree5efb9cb8896634c875a43ddf9cf394504ce61cd7 /Makefile
parentd3679078e480d42907e4e01c8d24524b3a8bcd5b (diff)
[project @ 2003-05-23 18:35:55 by stolz]
Need flags here as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e206c88..8d2dc4c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,6 @@ PACKAGE_DEPS = base
SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (unix package)"
SRC_HSC2HS_OPTS += -Iinclude -I../../mk/ $(unix_SRC_HSC2HS_OPTS)
-SRC_HC_OPTS += -Iinclude
+SRC_HC_OPTS += -Iinclude $(unix_SRC_HSC2HS_OPTS)
include $(TOP)/mk/target.mk