summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2024-02-29 18:16:40 +0200
committerArnold D. Robbins <arnold@skeeve.com>2024-02-29 18:16:40 +0200
commit30d2a5ba1752a0bd28372bf3897a148fcbeafbaf (patch)
tree17ad411299f10762d964bf785a55c504968f9383
parent828e0e31f46b405e0a62a512238a5263cd025d67 (diff)
downloadgawk-30d2a5ba1752a0bd28372bf3897a148fcbeafbaf.tar.gz
Undo unnecessary change.
-rw-r--r--extension/Makefile.am2
-rw-r--r--extension/Makefile.in1
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