From: Kern Sibbald Date: Thu, 27 Dec 2012 09:11:23 +0000 (+0100) Subject: Make compile of timelimit a bit more portable X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b7562c974fc0975d745bd4d03dce8a5c9184db5;p=bacula%2Fbacula Make compile of timelimit a bit more portable --- diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 6de011bc83..3bdacc82da 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -87,7 +87,7 @@ inc_conf.o: ../dird/inc_conf.c $(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) $(PYTHON_INC) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $< timelimit: timelimit.o - ${CC} ${DEFS} ${DEBUG} -pipe -DHAVE_ERR -DHAVE_SYSEXITS_H -DHAVE_ERRNO_H -DHAVE_SETITIMER -DHAVE_SIGACTION -c timelimit.c + ${CC} ${DEFS} ${DEBUG} -pipe -DHAVE_ERRNO_H -DHAVE_SETITIMER -DHAVE_SIGACTION -c timelimit.c ${CC} -o timelimit timelimit.o testfind: Makefile ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) \