diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-10-29 18:19:56 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@cortez.herrb.com> | 2006-10-29 18:19:56 +0100 |
commit | 645d0576205532a3610ae351267d5b84d76236bd (patch) | |
tree | b899967d0c735b6471441d1d98dfb9e6144cb11b /hw/xfree86/Makefile.am | |
parent | 59584c375f4e4b2670a92002ecb7a78a0bc50cce (diff) |
Handle building in a separate objdir
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 b62ceaff2..64c54f886 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 xorgconf.cpp $@ + cp $(srcdir)/xorgconf.cpp $@ |