diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-09-11 12:43:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-09-11 12:43:13 +0000 |
commit | 21d2888221fbb156398cb69d12798d2c16f3c8a0 (patch) | |
tree | 90593d744f5119d80b7026611ebe2c9b79f5d621 /Makefile.am | |
parent | fcfbfe0f7ddb621b1b0e99fba6b386221fb56263 (diff) |
change the order of option to prevent automake from inserting a line break
that causes problems with BSD make later.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 28a42e0..ad2d97b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = fonttosfnt -fonttosfnt_CFLAGS = $(FONTTOSFNT_CFLAGS) -DXVENDORNAME=\"X.org\ Foundation\" -DXVENDORNAMESHORT=\"X.org\" -D_BSD_SOURCE +fonttosfnt_CFLAGS = -DXVENDORNAME=\"X.org\ Foundation\" $(FONTTOSFNT_CFLAGS) -DXVENDORNAMESHORT=\"X.org\" -D_BSD_SOURCE fonttosfnt_LDADD = $(FONTTOSFNT_LIBS) -lm fonttosfnt_SOURCES = \ |