File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,16 @@ libgc-dev: /usr/include/gc/leak_detector.h
7070libgc-dev: /usr/include/gc/new_gc_alloc.h
7171libgc-dev: /usr/include/gc/weakpointer.h
7272
73- boehm-gc: mkbuilddirs build/lib/omc/libgc.so build/include/omc/gc.h build/include/omc/gc_config_macros.h build/include/omc/gc_version.h
73+ boehm-gc: mkbuilddirs build/lib/omc/libgc.a build/include/omc/gc.h build/include/omc/gc_config_macros.h build/include/omc/gc_version.h
7474build/include/omc/gc.h: 3rdParty/gc-7.2/include/gc.h mkbuilddirs
7575 cp $< $@
7676build/include/omc/gc_config_macros.h: 3rdParty/gc-7.2/include/gc_config_macros.h mkbuilddirs
7777 cp $< $@
7878build/include/omc/gc_version.h: 3rdParty/gc-7.2/include/gc_version.h mkbuilddirs
7979 cp $< $@
80- build/lib/omc/libgc.so : 3rdParty/gc-7.2/.libs/libgc.so mkbuilddirs
80+ build/lib/omc/libgc.a : 3rdParty/gc-7.2/.libs/libgc.a mkbuilddirs
8181 cp $< $@
82- 3rdParty/gc-7.2/.libs/libgc.so : 3rdParty/gc-7.2/Makefile
82+ 3rdParty/gc-7.2/.libs/libgc.a : 3rdParty/gc-7.2/Makefile
8383 $(MAKE) -C 3rdParty/gc-7.2/
84843rdParty/gc-7.2/Makefile: 3rdParty/gc-7.2/Makefile.in 3rdParty/gc-7.2/configure
8585 (cd 3rdParty/gc-7.2 && ./configure --enable-large-config CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)")
You can’t perform that action at this time.
0 commit comments