gpt4 book ai didi

linux - Makefile.am 包含与选项卡相关的错误

转载 作者:太空宇宙 更新时间:2023-11-04 12:46:54 25 4
gpt4 key购买 nike

我正在尝试运行 make cmd,但我一直收到此缺少分隔符的错误。我知道它与“制表符”有关,但我没有看到错误。有人可以指出导致此错误的位置和原因吗?我在下面附上了 make 文件

# -*- Makefile -*-

ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign subdir-objects

SUBDIRS = libiptc libxtables
if ENABLE_DEVEL
SUBDIRS += include
endif
if ENABLE_LIBIPQ
SUBDIRS += libipq
endif
SUBDIRS += utils
# Depends on libxtables:
SUBDIRS += extensions
# Depends on extensions/libext.a:
SUBDIRS += iptables

if ENABLE_NFTABLES
confdir = $(sysconfdir)
dist_conf_DATA = etc/ethertypes
endif

.PHONY: tarball
tarball:
rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
tar --exclude=*.t --exclude=iptables-test.py -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};

config.status: extensions/GNUmakefile.in \
include/xtables-version.h.in include/iptables/internal.h.in

最佳答案

您的编辑器可能会将制表符转换为空格。您没有说明您使用的是什么编辑器,但尝试将其配置为不将制表符转换为空格。

关于linux - Makefile.am 包含与选项卡相关的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38449948/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com