]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove compiler dependent -pipe reported in bug #2037
authorKern Sibbald <kern@sibbald.com>
Sat, 29 Mar 2014 07:39:49 +0000 (08:39 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 29 Mar 2014 07:39:49 +0000 (08:39 +0100)
bacula/src/tools/Makefile.in

index 3bdacc82da58b35056e7921ba87b0c7ced99449a..89879a6528aa02d8963c4d9dab3bfb696ea81249 100644 (file)
@@ -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) \