diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-09-28 03:17:20 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-09-28 03:17:20 +0200 |
commit | 8e4d01f6962820f94113e289fb5dae3fd5fdb8ef (patch) | |
tree | 79ac8221df8f0bab570a0fccfd529358765dd04f /mpz/Makefile.in | |
parent | ee13fc7f49ceba9f2d024a990e406f9ee979d571 (diff) | |
download | gmp-8e4d01f6962820f94113e289fb5dae3fd5fdb8ef.tar.gz |
Regenerate for:
* Makefile.am, mpz/Makefile.am: Setups for gen-fac_ui.c generating
mpz/fac_ui.h.
Diffstat (limited to 'mpz/Makefile.in')
-rw-r--r-- | mpz/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mpz/Makefile.in b/mpz/Makefile.in index 46c211f02..36429ff77 100644 --- a/mpz/Makefile.in +++ b/mpz/Makefile.in @@ -795,6 +795,12 @@ uninstall-am: uninstall-info-am mostlyclean-libtool tags uninstall uninstall-am \ uninstall-info-am + +# These are BUILT_SOURCES at the top-level, so normally they're built before +# recursing into this directory. +# +fac_ui.h: + cd ..; $(MAKE) $(AM_MAKEFLAGS) mpz/fac_ui.h # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |