9262515956
git-svn-id: http://svn.sabayonlinux.org/overlay@2638 d7aec97c-591d-0410-af39-a8856400b30a
25 lines
686 B
Diff
25 lines
686 B
Diff
--- libvirt-0.4.6/python/Makefile.am.orig 2008-11-23 15:32:03.000000000 -0500
|
|
+++ libvirt-0.4.6/python/Makefile.am 2008-11-23 15:36:51.000000000 -0500
|
|
@@ -47,8 +47,11 @@
|
|
libvirt-py.h \
|
|
libvirtclass.py
|
|
|
|
-$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
|
|
+generated.stamp: $(srcdir)/$(GENERATE) $(API_DESC)
|
|
$(PYTHON) $(srcdir)/$(GENERATE) $(srcdir)
|
|
+ touch $@
|
|
+
|
|
+$(GENERATED): generated.stamp
|
|
|
|
libvirt.py: $(srcdir)/libvir.py libvirtclass.py
|
|
cat $(srcdir)/libvir.py libvirtclass.py > $@-t
|
|
@@ -66,7 +69,7 @@
|
|
uninstall-local:
|
|
rm -f $(DESTDIR)$(pythondir)/libvirt.py
|
|
|
|
-CLEANFILES= $(GENERATED) libvirt.py
|
|
+CLEANFILES= $(GENERATED) generated.stamp libvirt.py
|
|
|
|
else
|
|
all:
|