diff options
author | Ian Lynagh <igloo@earth.li> | 2009-01-14 20:59:45 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-01-14 20:59:45 +0000 |
commit | d95828709dd5e7e1d7e2e1eab8ef34a3a65e7d2f (patch) | |
tree | d65f69e770222c125876ee0da05a5a8c9956292d /Makefile | |
parent | bf7f8200224b99c770f81d85f728db41b2d024bc (diff) | |
download | haskell-d95828709dd5e7e1d7e2e1eab8ef34a3a65e7d2f.tar.gz |
Fix "make install": Put "[]" in the install package.conf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -209,6 +209,8 @@ install-strip: # Same as default rule, but we pass $(INSTALL_STAGE) to $(MAKE) too install :: check-packages + $(MKDIRHIER) $(DESTDIR)$(datadir) + echo "[]" > $(DESTDIR)$(datadir)/package.conf @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ for i in $(SUBDIRS); do \ echo "------------------------------------------------------------------------"; \ |