diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-23 16:38:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-23 16:38:19 +0000 |
commit | 52bbf03241ae94019be87858375b6e77b96ad3a6 (patch) | |
tree | 6dce8886cde4d461d7ff2f40ac19b0e3d5a312cc /Makefile.am | |
parent | 4cb25771597a2e1102bf5fd91e6cabf191eeecf2 (diff) |
fix GNU-make only app-default rule
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b4b7c45..041c24a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,8 +41,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ XLoad +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) |