diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-10-29 17:49:46 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@cortez.herrb.com> | 2006-10-29 17:50:25 +0100 |
commit | dabf0328535674ea19b7884a98854c09a50ac88c (patch) | |
tree | ad31d9a6a7aba542395898321bf654927c28d112 | |
parent | e9fb258d0977c5a642f1df000fb5063cc508abf5 (diff) |
kill GNU-make'ism.
(cherry picked from 59584c375f4e4b2670a92002ecb7a78a0bc50cce commit)
-rw-r--r-- | hw/xfree86/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 79d2ec5c0..b62ceaff2 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -103,4 +103,4 @@ relink: rm -f Xorg && $(MAKE) Xorg xorg.conf.example.pre: xorgconf.cpp - cp $< $@ + cp xorgconf.cpp $@ |