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

postgresql.spec

index 63556a416bb7a08e0f05cf348dc54ef33d3061ca..3e6e7773c3a5c3bd5a1db2440f387243157f206c 100644 (file)
@@ -362,10 +362,10 @@ LDFLAGS="-s"; export LDFLAGS
 %endif
        --with-perl
 
-make OPT="$RPM_OPT_FLAGS"
+%{__make} OPT="$RPM_OPT_FLAGS"
 
 cd ..
-make all PGDOCS=unpacked -C doc
+%{__make} all PGDOCS=unpacked -C doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.085852 seconds and 4 git commands to generate.