[project @ 2001-07-16 21:01:58 by qrczak]
authorqrczak <unknown>
Mon, 16 Jul 2001 21:01:58 +0000 (21:01 +0000)
committerqrczak <unknown>
Mon, 16 Jul 2001 21:01:58 +0000 (21:01 +0000)
Follow the s/includes/include/ change in package.conf.

ghc/includes/Makefile
mk/target.mk

index 1481c35..a650ca9 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.14 2000/12/08 11:47:00 rrt Exp $
+# $Id: Makefile,v 1.15 2001/07/16 21:01:58 qrczak Exp $
 #
 
 TOP = ..
@@ -88,7 +88,7 @@ boot :: all
 # (ditto for interface files). This is not *really* needed, but
 # it gives (perhaps) a cleaner binary dist structure..might change.
 #
-override datadir:=$(libdir)/includes
+override datadir:=$(libdir)/include
 INSTALL_DATAS += $(H_FILES) $(H_CONFIG)
 
 #
index 9d1683a..8f5dd00 100644 (file)
@@ -374,7 +374,7 @@ endif
 SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR)
 
 ifeq "$(IS_CBITS_LIB)" "YES"
-override datadir:=$(libdir)/includes
+override datadir:=$(libdir)/include
 INSTALL_DATAS += Hs$(shell perl -e 'print ucfirst "$(PACKAGE)"').h
 else
 SRC_CC_OPTS += -Icbits