|
Lines 1-4
Link Here
|
| 1 |
--- makefile.orig 2016-12-01 09:53:41 UTC |
1 |
--- makefile.orig 2017-05-24 01:26:25 UTC |
| 2 |
+++ makefile |
2 |
+++ makefile |
| 3 |
@@ -9,14 +9,6 @@ |
3 |
@@ -9,14 +9,6 @@ |
| 4 |
srcdir ?= . |
4 |
srcdir ?= . |
|
Lines 31-37
Link Here
|
| 31 |
vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib |
31 |
vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib |
| 32 |
@@ -98,7 +95,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil |
32 |
@@ -98,7 +95,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil |
| 33 |
|
33 |
|
| 34 |
LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx)))) |
34 |
LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx))))) |
| 35 |
|
35 |
|
| 36 |
-all: $(COMPLIB) |
36 |
-all: $(COMPLIB) |
| 37 |
+all: $(COMPLIB) $(LEXRLIB) |
37 |
+all: $(COMPLIB) $(LEXRLIB) |