Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
abstop_srcdir := $(shell readlink -e ${top_srcdir})
abssrcdir := $(shell readlink -e ${srcdir})
-if (${abstop_srcdir},)
+ifeq (${abstop_srcdir},)
$(error Path resolution of ${top_srcdir} failed)
endif
-if (${abssrcdir},)
+ifeq (${abssrcdir},)
$(error Path resolution of ${srcdir} failed)
endif
#define _XTABLES_COMPAT_H 1
#include <linux/version.h>
+#include "compat_xtnu.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 22)
# warning Kernels below 2.6.22 not supported anymore
#endif
#define xt_request_find_match xtnu_request_find_match
-#include "compat_xtnu.h"
#endif /* _XTABLES_COMPAT_H */