remove extra semicolon from specfile
OBS-URL: https://build.opensuse.org/package/show/devel:tools/ctags?expand=0&rev=5
This commit is contained in:
parent
dfe9867d76
commit
5561b681b4
@ -64,7 +64,7 @@ CC=gcc
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wall"
|
||||
export CFLAGS CC
|
||||
./configure --prefix=/usr --mandir=%{_mandir} --disable-etags
|
||||
make %{?jobs:-j%jobs};
|
||||
make %{?jobs:-j%jobs}
|
||||
cd ../etags-%{etags_ver}
|
||||
CFLAGS="$CFLAGS -DSTDC_HEADERS -DHAVE_UNISTD_H -DHAVE_GETCWD"
|
||||
$CC $CFLAGS -o etags etags.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user