diff options
| author | Andrea Corallo | 2019-09-01 11:06:27 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:37:41 +0100 |
| commit | 4c03c46946d95a7e9079a087b5e0e835f5a5beac (patch) | |
| tree | dcd5cd017e4172cd77bc3e7f94dd6ee858bffeac /lib/Makefile.in | |
| parent | e3163f1d4cec335b5941c9bea267fe161c5ab83d (diff) | |
| download | emacs-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.in | 4 |
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@ | |||
| 26 | top_builddir = @top_builddir@ | 26 | top_builddir = @top_builddir@ |
| 27 | top_srcdir = @top_srcdir@ | 27 | top_srcdir = @top_srcdir@ |
| 28 | 28 | ||
| 29 | CFLAGS = -fPIC @CFLAGS@ | ||
| 30 | |||
| 31 | all: | 29 | all: |
| 32 | .PHONY: all | 30 | .PHONY: all |
| 33 | 31 | ||
| @@ -52,7 +50,7 @@ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | |||
| 52 | am__v_at_0 = @ | 50 | am__v_at_0 = @ |
| 53 | am__v_at_1 = | 51 | am__v_at_1 = |
| 54 | 52 | ||
| 55 | ALL_CFLAGS= -fPIC \ | 53 | ALL_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 \ |