diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-23 16:36:40 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-23 16:36:40 +0000 |
commit | 732f2b1f99b2d74784acb6cacb6a4a18c87d5786 (patch) | |
tree | a64a75a54429da64170cf50ef693b81b8d3ab10d /distrib/Makefile | |
parent | eb01cea35de6994db497e002a32ea263ab290a60 (diff) | |
download | haskell-732f2b1f99b2d74784acb6cacb6a4a18c87d5786.tar.gz |
Remove remaining bits of bindist "make in-place"
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index eff56a0077..06c1f2947f 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,8 +1,9 @@ include Makefile-vars -.PHONY: in-place mk-version-symlinks install +.PHONY: mk-version-symlinks install +#.PHONY: in-place # This has bitrotted: #in-place :: # @if test -x "./post-inplace-script" ; then \ |