]> git.pld-linux.org Git - packages/cdtool.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:22:48 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdtool.spec -> 1.10

cdtool.spec

index 15da619474bd72b1d502b8dc0d83f42c5d741def..63b0b1a8cd014da7f92be77da79553342233dde6 100644 (file)
@@ -24,11 +24,11 @@ CDDB.
 %setup -q
 
 %build
-make clean noobjs cdown cdadd DEBUG_FLAGS="$RPM_OPT_FLAGS"
-make cdctrl DEBUG_FLAGS="$RPM_OPT_FLAGS -s -DCDCTRL"
-make noobjs
-make cdtool DEBUG_FLAGS="$RPM_OPT_FLAGS -s"
-make links
+%{__make} clean noobjs cdown cdadd DEBUG_FLAGS="$RPM_OPT_FLAGS"
+%{__make} cdctrl DEBUG_FLAGS="$RPM_OPT_FLAGS -s -DCDCTRL"
+%{__make} noobjs
+%{__make} cdtool DEBUG_FLAGS="$RPM_OPT_FLAGS -s"
+%{__make} links
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.045138 seconds and 4 git commands to generate.