From d434acf0c271b415e6a70a85106ed7bc13258265 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 8 Mar 2004 18:47:02 +0000 Subject: [PATCH] another try Original commit message from CVS: another try --- gst/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gst/Makefile.am b/gst/Makefile.am index 79ea014..bef87a6 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -27,12 +27,12 @@ CLEANFILES = gst.c EXTRA_DIST = gst.defs gst-types.defs $(GST_OVERRIDES) arg-types.py gst.c: $(srcdir)/gst.defs $(srcdir)/arg-types.py $(GST_OVERRIDES) + && rm -f $(srcdir)/gst.c \ $(PYGTK_CODEGEN) \ --load-types $(srcdir)/arg-types.py \ --register $(srcdir)/gst-types.defs \ --override $(srcdir)/gst.override \ - --prefix pygst $(srcdir)/gst.defs > gen-gst.c \ - && rm -fr gst.c \ - && echo '/* GENERATED FILE - DO NOT EDIT */' >> gst.c \ - && cat gen-gst.c >> gst.c \ - && rm -f gen-gst.c + --prefix pygst $(srcdir)/gst.defs > $(srcdir)/gen-gst.c \ + && echo '/* GENERATED FILE - DO NOT EDIT */' >> $(srcdir)/gst.c \ + && cat $(srcdir)/gen-gst.c >> $(srcdir)/gst.c \ + && rm -f $(srcdir)/gen-gst.c -- 2.7.4