Skip to content

Commit

Permalink
Fix OMC bootstrapping path
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 5, 2015
1 parent 89b699e commit 70377b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/boot/Makefile.in
Expand Up @@ -21,7 +21,7 @@ SHREXT=@SHREXT@
OMC=@OMC@
RPATH=@RPATH@
STATIC=@BOOTSTRAP_STATIC@
BOOTSTRAP_OMC=../../build/bin/omc
BOOTSTRAP_OMC=@OMBUILDDIR@/bin/omc
defaultMakefileTarget=Makefile


Expand All @@ -30,4 +30,4 @@ default: all
include Makefile.common

Makefile: Makefile.in
(cd ../../ && ./config.status)
(cd @top_builddir@ && ./config.status)

0 comments on commit 70377b4

Please sign in to comment.