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/app-text/highlight/files/highlight-3.3-parallel-make...

12 lines
323 B

--- highlight-3.3/src/makefile.orig
+++ highlight-3.3/src/makefile
@@ -103,7 +103,7 @@
highlight-gui: libhighlight.a ${GUI_OBJECTS}
cd gui-qt && \
${QMAKE} 'DEFINES+=DATA_DIR=\\\"${HL_DATA_DIR}\\\" CONFIG_DIR=\\\"${HL_CONFIG_DIR}\\\" DOC_DIR=\\\"${HL_DOC_DIR}\\\"' && \
- make
+ $(MAKE)
$(OBJECTFILES) : makefile