From 59584c375f4e4b2670a92002ecb7a78a0bc50cce Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 29 Oct 2006 17:49:46 +0100 Subject: [PATCH] kill GNU-make'ism. --- hw/xfree86/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@