diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-23 16:43:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2005-07-23 16:43:02 +0000 |
commit | 2453fa155493771d1ce948de0122c3e53e0cd5d1 (patch) | |
tree | a9301437203efde28c8f4f36f08bcdf91f436c12 | |
parent | 45e2eed46b415283bd56f2830d67117c7861cb3c (diff) |
fix GNU-make only app-defaults rule
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f78d5c0..6f6e7af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,8 +46,9 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ Xmag +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) |