aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorAndrea Corallo2019-09-01 11:06:27 +0200
committerAndrea Corallo2020-01-01 11:37:41 +0100
commit4c03c46946d95a7e9079a087b5e0e835f5a5beac (patch)
treedcd5cd017e4172cd77bc3e7f94dd6ee858bffeac /lib/Makefile.in
parente3163f1d4cec335b5941c9bea267fe161c5ab83d (diff)
downloademacs-4c03c46946d95a7e9079a087b5e0e835f5a5beac.tar.gz
emacs-4c03c46946d95a7e9079a087b5e0e835f5a5beac.zip
Revert "Move native C code into shared library"
This reverts commit 613f4156880bc6c3d56ebe0297e59f805d2a69ab.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index ed3123885d2..06d8e56421b 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -26,8 +26,6 @@ abs_top_srcdir = @abs_top_srcdir@
26top_builddir = @top_builddir@ 26top_builddir = @top_builddir@
27top_srcdir = @top_srcdir@ 27top_srcdir = @top_srcdir@
28 28
29CFLAGS = -fPIC @CFLAGS@
30
31all: 29all:
32.PHONY: all 30.PHONY: all
33 31
@@ -52,7 +50,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
52am__v_at_0 = @ 50am__v_at_0 = @
53am__v_at_1 = 51am__v_at_1 =
54 52
55ALL_CFLAGS= -fPIC \ 53ALL_CFLAGS= \
56 $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) $(DEPFLAGS) \ 54 $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) $(DEPFLAGS) \
57 $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) $(PROFILING_CFLAGS) $(CFLAGS) \ 55 $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) $(PROFILING_CFLAGS) $(CFLAGS) \
58 -I. -I../src -I$(srcdir) -I$(srcdir)/../src \ 56 -I. -I../src -I$(srcdir) -I$(srcdir)/../src \