From 26594b7a2e7e062db05c4ff1389ed0c9f43be3a8 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Mon, 16 Jul 2007 02:40:22 +0000 Subject: [PATCH] - if they not exist create .sig files first - 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 --- Compiler/omc_debug/Makefile.in | 4 ++-- Compiler/omc_release/Makefile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Compiler/omc_debug/Makefile.in b/Compiler/omc_debug/Makefile.in index 59c7dca2c60..8df1429c098 100644 --- a/Compiler/omc_debug/Makefile.in +++ b/Compiler/omc_debug/Makefile.in @@ -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: diff --git a/Compiler/omc_release/Makefile.in b/Compiler/omc_release/Makefile.in index a103ac49564..022488a162a 100644 --- a/Compiler/omc_release/Makefile.in +++ b/Compiler/omc_release/Makefile.in @@ -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: