diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2024-02-29 18:16:40 +0200 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2024-02-29 18:16:40 +0200 |
| commit | 30d2a5ba1752a0bd28372bf3897a148fcbeafbaf (patch) | |
| tree | 17ad411299f10762d964bf785a55c504968f9383 | |
| parent | 828e0e31f46b405e0a62a512238a5263cd025d67 (diff) | |
| download | gawk-30d2a5ba1752a0bd28372bf3897a148fcbeafbaf.tar.gz | |
Undo unnecessary change.
| -rw-r--r-- | extension/Makefile.am | 2 | ||||
| -rw-r--r-- | extension/Makefile.in | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/extension/Makefile.am b/extension/Makefile.am index 0f5abcc..0427d2d 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -26,8 +26,6 @@ AM_CPPFLAGS = -I$(srcdir)/.. -AM_CXXFLAGS = @CXXFLAGS@ - # This variable insures that aclocal runs # correctly after changing configure.ac ACLOCAL_AMFLAGS = -I ../m4 diff --git a/extension/Makefile.in b/extension/Makefile.in index e2933d1..ce490c9 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -555,7 +555,6 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I$(srcdir)/.. -AM_CXXFLAGS = @CXXFLAGS@ # This variable insures that aclocal runs # correctly after changing configure.ac |
