Skip to content

Commit

Permalink
Fix make clean
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16145 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 29, 2013
1 parent 167dce1 commit d5a6857
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SimulationRuntime/c/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ install: $(LIBSIMULATION) $(LIBRUNTIME) $(LIBFMIRUNTIME) simulation/libf2c/libf2

clean:
rm -f $(ALL_PATHS_CLEAN_OBJS) *.a
$(MAKE) -C ModelicaExternalC -f ${LIBMAKEFILE} clean
$(MAKE) -C simulation/libf2c -f ${LIBMAKEFILE} clean
(! test -f $(TABLEBUILDDIR)/Makefile) || make -C $(TABLEBUILDDIR) distclean
rm -f $(TABLEBUILDDIR)/Makefile $(TABLEBUILDDIR)/configure
(! test -f $(EXTERNALCBUILDDIR)/Makefile) || make -C $(EXTERNALCBUILDDIR) clean
(! test -f $(EXTERNALCBUILDDIR)/Makefile) || make -C $(EXTERNALCBUILDDIR) distclean

0 comments on commit d5a6857

Please sign in to comment.