X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=706136b340ebafef64cf23711528891542a5c2c3;hb=f65f61e18bb010109fd5581c44d37382b93a35b5;hp=3dece18241881f067b70308ff54b7739d7103211;hpb=4ee978d10e304a85df4077f7fcb8e6c79af5ebc6;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index 3dece18..706136b 100644 --- a/ghc.mk +++ b/ghc.mk @@ -717,6 +717,11 @@ install : install_mingw install_mingw : $(INPLACE_MINGW) "$(CP)" -Rp $(INPLACE_MINGW) $(prefix) +install : install_perl +.PHONY: install_perl +install_perl : $(INPLACE_PERL) + "$(CP)" -Rp $(INPLACE_PERL) $(prefix) + endif # Windows ifneq "$(BINDIST)" "YES"