mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
11 lines
441 B
Text
11 lines
441 B
Text
--- src/Makefile.in.orig Thu Dec 22 20:56:32 2005
|
|
+++ src/Makefile.in Thu Dec 22 20:56:51 2005
|
|
@@ -499,7 +499,7 @@
|
|
-g -Wall -DGTK -DSCI_LEXER
|
|
|
|
gtkscintilla2/libgtkscintilla2.a:
|
|
- cd gtkscintilla2 && make libgtkscintilla2.a && cd ..
|
|
+ cd gtkscintilla2 && $(MAKE) libgtkscintilla2.a && cd ..
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|