[egoboo] Use the main Makefile for builds

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:50:25 UTC 2012


commit f4a2925103a70bc68e3c03e24cc6e0fe47bc588e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 12:51:27 2012 -0500

    Use the main Makefile for builds
    
    The main Makefile defines some stuff needed for the lower
    level Makefiles.

 egoboo.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egoboo.spec b/egoboo.spec
index 9e72124..1a62c49 100644
--- a/egoboo.spec
+++ b/egoboo.spec
@@ -28,7 +28,7 @@ dimension.
 %patch1 -b .noenet
 
 %build
-make -C src/game
+make -C src
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list