* Makefile.am (diststuff): New target.
	* Makefile.in: Rebuild.
This commit is contained in:
Ian Lance Taylor 1998-04-07 16:44:30 +00:00
parent 1d9ee92437
commit 0054bb2ad2
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Apr 7 12:43:37 1998 Ian Lance Taylor <ian@cygnus.com>
From hjl@lucon.org <H.J. Lu>:
* Makefile.am (diststuff): New target.
* Makefile.in: Rebuild.
Mon Mar 30 12:47:48 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Set version to 2.9.1.

View File

@ -25,6 +25,8 @@ EXTRA_DIST = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c bbconv.pl
BUILT_SOURCES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
diststuff: $(BUILT_SOURCES) info
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \

View File

@ -501,6 +501,8 @@ all installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
diststuff: $(BUILT_SOURCES) info
.m.c:
awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \