diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 23:56:20 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-17 23:56:20 +0000 |
commit | c1e504c4af80f9b55d766eeab7f8a76e1043f1f8 (patch) | |
tree | 8293986be7c7e54411f82aa266437420150ab1f9 /Makefile.am | |
parent | 8abe389feee29a21ad92277f0a9bc54143102b0b (diff) |
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
work better with BSD make
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 8183eb0..d92b26a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ appman_SOURCES = mkfontscale.man appmandir = $(mandir)/man$(APP_MAN_SUFFIX) -appman_DATA = $(appman_SOURCES:man=$(APP_MAN_SUFFIX)) +appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) EXTRA_DIST = $(appman_SOURCES) CLEANFILES = $(appman_DATA) |