From 61e04b2808f793b737430a520ecbb9ed3068aadc Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Fri, 20 Apr 2012 11:15:35 +0200 Subject: [PATCH] xisdnload/Makefile.in: convert .config -> scripts/autoconf.mk Convert xisdnload's Makefile.in to use the generated Makefile-snippet scripts/autoconf.mk instead of the shell-script snippet .config. --- xisdnload/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xisdnload/Makefile.in b/xisdnload/Makefile.in index 173545a0..38a50054 100644 --- a/xisdnload/Makefile.in +++ b/xisdnload/Makefile.in @@ -5,8 +5,8 @@ # EDEF=$(CFLAGS) -ifeq (../.config,$(wildcard ../.config)) - include ../.config +ifeq (../scripts/autoconf.mk,$(wildcard ../scripts/autoconf.mk)) + include ../scripts/autoconf.mk MAN1DIROPT = MANDIR=$(CONFIG_MANDIR)/man1 MAN3DIROPT = LIBMANDIR=$(CONFIG_MANDIR)/man3 MAN5DIROPT = FILEMANDIR=$(CONFIG_MANDIR)/man5