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:20:19 +0100 |
commit | 00e82378398052d365d1b131092e676ede7535d1 (patch) | |
tree | db7b4ac0a49f6e012c5e4fc1bab495659d247842 | |
parent | dabf0328535674ea19b7884a98854c09a50ac88c (diff) |
Handle building in a separate objdir
(cherry picked from 645d0576205532a3610ae351267d5b84d76236bd 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 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 $@ |