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:49:46 +0100 |
commit | 59584c375f4e4b2670a92002ecb7a78a0bc50cce (patch) | |
tree | 93b71f47f17d1770d9ac22734bc44b23d8fe09fa /hw/xfree86/Makefile.am | |
parent | 0107320fac0913aae2cb169992e31c670b4bd2f7 (diff) |
kill GNU-make'ism.
Diffstat (limited to 'hw/xfree86/Makefile.am')
-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 $@ |