Skip to content

Commit

Permalink
xisdnload/Makefile.in: convert .config -> scripts/autoconf.mk
Browse files Browse the repository at this point in the history
Convert xisdnload's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
  • Loading branch information
marschap committed Apr 20, 2012
1 parent 4ff64da commit 61e04b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xisdnload/Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 61e04b2

Please sign in to comment.