1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

packaging(RHEL-CTDB): don't call make proto for the 3.3.0 build.

Michael
(This used to be commit 815613c655)
This commit is contained in:
Michael Adam 2008-08-12 21:46:19 +02:00
parent 9e43dfd299
commit 0a0b8ceb44

View File

@ -177,8 +177,6 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
make showlayout
make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" proto
## check for gcc 3.4 or later
CC_VERSION=`${CC} --version | head -1 | awk '{print $3}'`
CC_MAJOR=`echo ${CC_VERSION} | cut -d. -f 1`