diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-23 16:56:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-23 16:56:33 +0000 |
commit | eaae9a052fc7eec785e6fc8cf2011ea963030a5b (patch) | |
tree | 3a191c2060b373470323e38e0d9bde6216551d4d /Makefile.am | |
parent | f63f6eb288ab5b518525e31407f1be1514cf72e7 (diff) |
fix GNU-make only app-defaults 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 9b52fbe..a8658a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ XMore +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) |