diff --git a/isdnlog/Makefile.in b/isdnlog/Makefile.in index 9cfbb16a..c6f89505 100644 --- a/isdnlog/Makefile.in +++ b/isdnlog/Makefile.in @@ -1,4 +1,4 @@ -## $Id: Makefile.in,v 1.215 2004/10/28 01:53:29 tobiasb Exp $ +## $Id: Makefile.in,v 1.216 2004/10/28 15:10:34 tobiasb Exp $ ## ## ISDN accounting for isdn4linux. ## @@ -19,6 +19,10 @@ ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ## ## $Log: Makefile.in,v $ +## Revision 1.216 2004/10/28 15:10:34 tobiasb +## Moved down the regular rule just added for samples/isdn.conf +## so that all is again the default target. +## ## 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. @@ -1783,8 +1787,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 \ @@ -1876,6 +1880,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