From 630d6b5cd3b8f03175747641f04c1a13379e24ee Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Sat, 25 Aug 2007 22:52:59 +0000 Subject: [PATCH] =?UTF-8?q?-=20generate=20.depend=20all=20the=20time=20in?= =?UTF-8?q?=20Linux=20too=20-=20thanks=20to=20Simon=20Bj=C3=B6rkl=C3=A9n?= =?UTF-8?q?=20[simon@at@bjorklen.com]=20=20=20for=20tripping=20into=20this?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- Compiler/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiler/Makefile.in b/Compiler/Makefile.in index 3588a6d0537..d322f50ff11 100644 --- a/Compiler/Makefile.in +++ b/Compiler/Makefile.in @@ -52,9 +52,9 @@ SUBDIRS = runtime absyn_builder modpar #all : debug all : release -debug: $(PROGD) dinstall +debug: depend $(PROGD) dinstall -release: $(PROG) install +release: depend $(PROG) install $(PROG): omc_release echo Copying $(PROG)$(EXEEXT) into $(builddir_bin)