Skip to content

Commit

Permalink
- if they not exist create .sig files first
Browse files Browse the repository at this point in the history
- this seems to fix the dependencies problems we had before
- compilation for small changes is now faster

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jul 16, 2007
1 parent 5688ae4 commit 26594b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Compiler/omc_debug/Makefile.in
Expand Up @@ -56,12 +56,12 @@ PLTPKGFLAGS = -L../../build/lib -lsendData
endif

PROG = omcd
RMLC = @rmlc_bin@ -g -Wc,-O3 -Wr,-East,-Ecps,-Efol
RMLC = @rmlc_bin@ -g -Wc,-O3 #-Wr,-East,-Ecps,-Efol
RML = $(RMLHOME)/bin/rml

SUBDIRS = $(srcdir)/runtime $(srcdir)/absyn_builder $(srcdir)/modpar

all : $(ALLMO) subdirs $(PROG)
all : $(ALLMO) $(SRCSIG) subdirs $(PROG)


.SUFFIXES:
Expand Down
2 changes: 1 addition & 1 deletion Compiler/omc_release/Makefile.in
Expand Up @@ -63,7 +63,7 @@ RML = $(RMLHOME)/bin/rml

SUBDIRS = $(srcdir)/runtime $(srcdir)/absyn_builder $(srcdir)/modpar

all : $(ALLMO) subdirs $(PROG)
all : $(ALLMO) $(SRCSIG) subdirs $(PROG)


.SUFFIXES:
Expand Down

0 comments on commit 26594b7

Please sign in to comment.