Files
rtems/tools/cpu/sh/Makefile.am
Joel Sherrill 7f866a92ca 2001-04-02 Joel Sherrill <joel@OARcorp.com>
* sh/Makefile.am: Use "./shgen" not "shgen" so current directory
	does not have to be in the PATH.
2002-04-02 23:49:26 +00:00

19 lines
259 B
Makefile

##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = shgen
shgen_SOURCES = sci.h sci.c shgen.c
if HELP2MAN
man_MANS = shgen.1
shgen.1: $(srcdir)/shgen.c
$(HELP2MAN) -N ./shgen >$@
endif
include $(top_srcdir)/../../../automake/host.am