SPECS: changepassword.spec - using macro instead of plain make
lkrotowski
lkrotowski at pld-linux.org
Sat May 12 03:38:48 CEST 2007
Author: lkrotowski Date: Sat May 12 01:38:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- using macro instead of plain make
---- Files affected:
SPECS:
changepassword.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/changepassword.spec
diff -u SPECS/changepassword.spec:1.29 SPECS/changepassword.spec:1.30
--- SPECS/changepassword.spec:1.29 Sat May 12 03:32:05 2007
+++ SPECS/changepassword.spec Sat May 12 03:38:43 2007
@@ -54,7 +54,7 @@
%endif
cd des
-make
+%{__make}
install libdes.a ../smbencrypt
cd ..
%{__make}
@@ -83,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2007/05/12 01:38:43 lkrotowski
+- using macro instead of plain make
+
Revision 1.29 2007/05/12 01:32:05 lkrotowski
- libdes is compiled from sources instead of using precompiled version for x86
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/changepassword.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list