diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-11-12 13:19:42 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-11-12 14:44:45 -0500 |
commit | f294d8ed4b22c8d683c577cd6c9f35f62d6760ba (patch) | |
tree | 6e346e5cb4130da89215afdbcf89e42808ec5817 | |
parent | 56875344b2a62845b8a494830bfb0a5f6ed2d3d6 (diff) |
remove substitution for EXEEXT_FOR_BUILD, not defined in automake
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r-- | util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 0bfb62e..2b734fd 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -6,7 +6,6 @@ CFLAGS = @CFLAGS_FOR_BUILD@ LDFLAGS = @LDFLAGS_FOR_BUILD@ LIBS = LINK = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ -EXEEXT = @EXEEXT_FOR_BUILD@ EXTRA_DIST = \ Shell.ht \ |