summaryrefslogtreecommitdiff
path: root/mpf/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-08-19 23:52:31 +0200
committerKevin Ryde <user42@zip.com.au>2000-08-19 23:52:31 +0200
commite43f805c25cae0d2a97087710e15835de9f37180 (patch)
tree074c883832d4dd0bcf47033df8ca3281b8724393 /mpf/Makefile.am
parent21050c7cb53574a98f36625a86104a8ede3e1a9d (diff)
downloadgmp-e43f805c25cae0d2a97087710e15835de9f37180.tar.gz
* mp{z,q,f,mpbsd}/Makefile.am (-DOPERATION): Use "foo" even for
ansi2knr "foo_" objects. Do this with the makefiles to keep the sources cleaner.
Diffstat (limited to 'mpf/Makefile.am')
-rw-r--r--mpf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 2fb10555e..31ef4a2d3 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -24,7 +24,7 @@ AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
SUBDIRS = tests
-INCLUDES = -I$(top_srcdir) -DOPERATION_$*
+INCLUDES = -I$(top_srcdir) -DOPERATION_`echo $* | sed 's/_$$//'`
noinst_LTLIBRARIES = libmpf.la
libmpf_la_SOURCES = \