Skip to content

Commit d7257cd

Browse files
committed
- Fix omlibrary installation issue
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6746 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 409c320 commit d7257cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ susgen:
8080
(cd Compiler/susan_codegen/SimCode/GenTest && time $(MAKE) -f Makefile)
8181

8282
omlibrary:
83-
find . -type f -not -path "*svn*" -exec install -m644 -D {} ../build/lib/omlibrary/{} \;
83+
(cd libraries/ && find . -type f -not -path "*svn*" -exec install -m644 -D {} ../build/lib/omlibrary/{} \;)
8484

8585
distclean: clean
8686
(cd Compiler && $(MAKE) -f $(defaultMakefileTarget) reallyclean)

0 commit comments

Comments
 (0)