pleasing automake more

Original commit message from CVS:
pleasing automake more
This commit is contained in:
Benjamin Otte 2004-03-25 01:55:31 +00:00
parent b8a69a8471
commit dd092ad092
2 changed files with 6 additions and 6 deletions

View file

@ -6,10 +6,10 @@ tests_fail =
noinst_HEADERS = property.h
gst-inspect-check: $(srcdir)/gst-inspect-check.in
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
$(srcdir)/gst-inspect-check.in >gst-inspect-check
chmod +x gst-inspect-check
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
chmod +x gst-inspect-check$(EXEEXT)
gst-compprep-check$(EXEEXT):
true

View file

@ -6,10 +6,10 @@ tests_fail =
noinst_HEADERS = property.h
gst-inspect-check: $(srcdir)/gst-inspect-check.in
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
$(srcdir)/gst-inspect-check.in >gst-inspect-check
chmod +x gst-inspect-check
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
chmod +x gst-inspect-check$(EXEEXT)
gst-compprep-check$(EXEEXT):
true