diff options
Diffstat (limited to 'ghc/compiler/Jmakefile')
-rw-r--r-- | ghc/compiler/Jmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/Jmakefile b/ghc/compiler/Jmakefile index 7bc091c90d..925f261c8a 100644 --- a/ghc/compiler/Jmakefile +++ b/ghc/compiler/Jmakefile @@ -819,8 +819,8 @@ NormalLibraryTarget(hsp,$(HSP_OBJS_O)) /* BuildPgmFromCFiles(hsp,parser/printtree.o parser/main.o,,libhsp.a) */ #if DoInstallGHCSystem == YES -MakeDirectories(install, $(INSTLIBDIR_GHC)) -InstallBinaryTarget(hsp,$(INSTLIBDIR_GHC)) +/* MakeDirectories(install, $(INSTLIBDIR_GHC)) */ +/* InstallBinaryTarget(hsp,$(INSTLIBDIR_GHC)) */ #endif /* DoInstall... */ YaccRunWithExpectMsg(parser/hsparser,12,0) |