summaryrefslogtreecommitdiffstats
path: root/Src/Makemod.in.in
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2001-12-20 23:48:38 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2001-12-20 23:48:38 +0000
commit6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5 (patch)
tree4f69084362e351d0c7a678c6ca661625397a32d6 /Src/Makemod.in.in
parentadd missing description argument in _values calls (16366) (diff)
downloadzsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.gz
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.bz2
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.lz
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.xz
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.tar.zst
zsh-6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5.zip
16332: remove ansi2knr.c from our repository due to licence
differences. Adjust the build process accordingly. configure will now abort if the user requests ansi2knr but no ansi2knr is available. ansi2knr is available from the main distribution site and most mirrors
Diffstat (limited to 'Src/Makemod.in.in')
-rw-r--r--Src/Makemod.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Makemod.in.in b/Src/Makemod.in.in
index e5266e222..3ba9f9b04 100644
--- a/Src/Makemod.in.in
+++ b/Src/Makemod.in.in
@@ -65,7 +65,7 @@ ANSI_OBJ=._foo_
@rm -f $(dir_src)/stamp-modobjs
.c$(KNR@U@OBJ):
- $(dir_src)/ansi2knr $< > $@.c
+ @ANSI2KNR@ $< > $@.c
$(COMPILE) -o $@ $@.c
rm -f $@.c
@rm -f $(dir_src)/stamp-modobjs
@@ -74,7 +74,7 @@ ANSI_OBJ=._foo_
$(DLCOMPILE) -o $@ $<
.c.$(KNR@U@OBJ):
- $(dir_src)/ansi2knr $< > $@.c
+ @ANSI2KNR@ $< > $@.c
$(DLCOMPILE) -o $@ $@.c
rm -f $@.c