From 438257bc387833f9db6b3e228637449ac9a701d2 Mon Sep 17 00:00:00 2001 From: Tobias Becker Date: Thu, 28 Oct 2004 15:10:34 +0000 Subject: [PATCH] Moved down the regular rule just added for samples/isdn.conf so that all is again the default target. --- isdnlog/Makefile.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/isdnlog/Makefile.in b/isdnlog/Makefile.in index ec8abf77..b18feadd 100644 --- a/isdnlog/Makefile.in +++ b/isdnlog/Makefile.in @@ -19,6 +19,11 @@ ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## ## $Log$ +## Revision 1.215 2004/10/28 01:53:29 tobiasb +## Enabled text substitution by configure for isdnlog sample config files +## The pointer to isdnlog documentation required a new config option. +## Added another config option and data for Chinese area codes. +## ## Revision 1.214 2004/07/24 12:03:36 tobiasb ## Increased version number from 4.68 to 4.69. It is planned to collect ## changes with this odd version number for a longer period of time. @@ -1778,8 +1783,8 @@ PCFLAGS = mode=oracle ireclen=160 lines=yes samples/isdn.conf.%: samples/isdn.conf.%.in config.status ./config.status $@ -samples/isdn.conf: samples/isdn.conf.in config.status - ./config.status $@ +# samples/isdn.conf is not matched by the rule rule above, +# a regular rule for it can be found further below after all ISDNLOG_OBJS = isdnlog/isdnlog.o isdnlog/processor.o isdnlog/functions.o \ isdnlog/server.o isdnlog/start_prog.o isdnlog/messages.o \ @@ -1871,6 +1876,9 @@ Makefile: Makefile.in config.status config.status: configure ./config.status --recheck +samples/isdn.conf: samples/isdn.conf.in config.status + ./config.status $@ + # recompile when VERSION in Makefile changes for binaries with new version: FILES_USING_VERSION = isdnlog/isdnlog.o isdnlog/processor.o isdnlog/user_access.o isdnrep/isdnrep.o isdnconf/isdnconf.o tools/isdnconf.o tools/tools.o $(FILES_USING_VERSION): Makefile