From: Ian Lynagh Date: Wed, 14 Jan 2009 20:59:45 +0000 (+0000) Subject: Fix "make install": Put "[]" in the install package.conf X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d95828709dd5e7e1d7e2e1eab8ef34a3a65e7d2f Fix "make install": Put "[]" in the install package.conf --- diff --git a/Makefile b/Makefile index 80f8b3f..e86ec5a 100644 --- a/Makefile +++ b/Makefile @@ -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 "------------------------------------------------------------------------"; \