diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 22:00:11 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 22:00:11 +0000 |
commit | 40fc1a66cc817dad40851d61011e0a90fa48fe46 (patch) | |
tree | e6847d53abe3252e7537c304ce1af83d63d8bc7a | |
parent | 1bef5390ae91148e61c613235e7db3729d7e8781 (diff) |
Convert more app-defaults rules to work with non-GNU make
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a71b490..ea5d0fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,9 @@ APPDEFAULTFILES = \ Bitmap-color \ Bitmap -$(APPDEFAULTFILES): %: %.ad +SUFFIXES = .ad + +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) |