From: Kern Sibbald Date: Sat, 29 Mar 2014 07:39:49 +0000 (+0100) Subject: Remove compiler dependent -pipe reported in bug #2037 X-Git-Tag: Release-7.0.0~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a8b151685f45e25f7409543479b919a2c4ff56c8;p=bacula%2Fbacula Remove compiler dependent -pipe reported in bug #2037 --- diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 3bdacc82da..89879a6528 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_ERRNO_H -DHAVE_SETITIMER -DHAVE_SIGACTION -c timelimit.c + ${CC} ${DEFS} ${DEBUG} -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) \