Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1506 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Feb 15, 2005
1 parent b8bbae6 commit 8a0eb33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modeq/Makefile.in
Expand Up @@ -42,7 +42,7 @@ SUBDIRS = runtime absyn_builder modpar
.SUFFIXES: .o .rml .h
.PHONY: all subdirs report vctarget absyn_subdir debug release depend clean dclean test reallyclean modeq_release modeq_debug

all : debug subdirs #release
all : debug #release

debug: $(PROGD) $(SRCRDB)

Expand Down Expand Up @@ -81,10 +81,10 @@ test:
#ast/libast.a:
# @(cd ast ; $(MAKE) libast.a)

subdirs:
@for d in $(SUBDIRS); do \
(cd $$d ; $(MAKE)) \
done
#subdirs:
# @for d in $(SUBDIRS); do \
# (cd $$d ; $(MAKE)) \
# done

clean:
@for d in $(SUBDIRS); do \
Expand Down

0 comments on commit 8a0eb33

Please sign in to comment.