You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/molscript/files/2.1.2-prll.patch

11 lines
409 B

diff --git a/Makefile.complete b/Makefile.complete
index 92ef20a..e3f68e3 100644
--- a/Makefile.complete
+++ b/Makefile.complete
@@ -153,4 +153,4 @@ molauto.o: molauto.c
#------------------------------------------------------------
clib/clib.a:
- cd clib; make clib.a CFLAGS="-I. $(CFLAGS)" OPENGLCLIBOBJ="$(OPENGLCLIBOBJ)"
+ $(MAKE) -C clib clib.a CFLAGS="-I. $(CFLAGS)" OPENGLCLIBOBJ="$(OPENGLCLIBOBJ)"