Skip to content

Commit

Permalink
New dependecy rules
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@410 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Sep 15, 1998
1 parent 43beccd commit abdf668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/Makefile
Expand Up @@ -92,7 +92,7 @@ report:
depend:
$(RM) .dep
for f in $(SRCRML); do \
echo `echo $$f | sed "s/\.rml/.o/"`: $$f `sed -n -e 's/.*with "\(.*\)\.rml".*/\1.h/p' < $$f | grep -v parse` >> .dep ; \
echo `echo $$f | sed "s/\.rml/.o/"`: $$f `sed -n -e 's/.*with "\(.*\)\.rml".*/\1.rml/p' < $$f | egrep -v 'nothing'` >> .dep ; \
done
mv Makefile Makefile.save
sed -n -e "1,/^## dependencies/p" < Makefile.save > Makefile
Expand Down

0 comments on commit abdf668

Please sign in to comment.