Fix incorrect changes to C types in a foreign import for nhc98.
[haskell-directory.git] / include / Makefile
index 3784558..74b8dff 100644 (file)
@@ -1,16 +1,14 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.2 2002/02/14 15:14:02 simonmar Exp $
+# $Id: Makefile,v 1.6 2005/03/02 16:39:57 ross Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 
 H_FILES = $(wildcard *.h)
 
-override datadir:=$(libdir)/include
-INSTALL_DATAS = $(H_FILES)
+includedir = $(libdir)/include
+INSTALL_INCLUDES = $(H_FILES)
 
-ifneq "$(HavePosixRegex)" "YES"
-INSTALL_DATAS += ../cbits/regex/regex.h
-endif
+DIST_CLEAN_FILES += HsBaseConfig.h
 
 include $(TOP)/mk/target.mk