Fix touch file in rules.
authoretrunko <eblima@gmail.com>
Mon, 10 Dec 2007 21:03:28 +0000 (21:03 +0000)
committeretrunko <eblima@gmail.com>
Mon, 10 Dec 2007 21:03:28 +0000 (21:03 +0000)
trunk/python-ecore/debian/rules
trunk/python-edje/debian/rules
trunk/python-epsilon/debian/rules
trunk/python-evas/debian/rules

index 237e99d..fc5e8f4 100755 (executable)
@@ -21,7 +21,7 @@ endif
 build: build-stamp
 build-stamp:
        dh_testdir
-       touch ecore/ecore.c_evas.pyx
+       touch ecore/ecore.*.pyx
        CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build_ext build install --prefix /usr install_headers
        touch build-stamp
 clean:
index 8c041da..bee2bb0 100755 (executable)
@@ -21,7 +21,7 @@ endif
 build: build-stamp
 build-stamp:
        dh_testdir
-       touch edje/edje.c_evas.pyx
+       touch edje/edje.*.pyx
        CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build_ext build install --prefix /usr install_headers
        touch build-stamp
 clean:
index 6a7e5ec..c7095bd 100755 (executable)
@@ -21,7 +21,7 @@ endif
 build: build-stamp
 build-stamp:
        dh_testdir
-       touch epsilon/epsilon.c_evas.pyx
+       touch epsilon/epsilon.*.pyx
        CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build_ext build install --prefix /usr install_headers
        touch build-stamp
 clean:
index 7b4985b..b260f35 100755 (executable)
@@ -21,7 +21,7 @@ endif
 build: build-stamp
 build-stamp:
        dh_testdir
-       touch evas/evas.c_evas.pyx
+       touch evas/evas.*.pyx
        CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build_ext build install --prefix /usr install_headers
        touch build-stamp
 clean: