source: rtems/tools/cpu/sh/Makefile.am @ 4ae4728

4.104.114.84.95
Last change on this file since 4ae4728 was 7f866a9, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/02 at 23:49:26

2001-04-02 Joel Sherrill <joel@…>

  • sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH.
  • Property mode set to 100644
File size: 259 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7noinst_PROGRAMS = shgen
8
9shgen_SOURCES = sci.h sci.c shgen.c
10
11if HELP2MAN
12man_MANS = shgen.1
13
14shgen.1: $(srcdir)/shgen.c
15        $(HELP2MAN) -N ./shgen >$@
16endif
17
18include $(top_srcdir)/../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.