source: rtems/contrib/crossrpms/Makefile.am @ e067753

4.9
Last change on this file since e067753 was e808cbd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/23/09 at 09:02:30

Abandon mingw32.

  • Property mode set to 100644
File size: 403 bytes
Line 
1##
2## $Id$
3##
4
5EXTRA_DIST =
6
7SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@
8
9DIST_SUBDIRS  =
10DIST_SUBDIRS += rtems4.9
11
12DIST_SUBDIRS += autotools
13
14EXTRA_DIST += specstrip
15EXTRA_DIST += $(srcdir)/patches/*.diff
16
17install-patches:
18        @rpmsourcedir=`rpm --eval '%_sourcedir'`; \
19        for f in $(srcdir)/patches/*.diff; do \
20          echo "$(INSTALL_DATA) $$f $$rpmsourcedir"; \
21          $(INSTALL_DATA) $$f $$rpmsourcedir; \
22        done
Note: See TracBrowser for help on using the repository browser.