Handle building in a separate objdir
This commit is contained in:
parent
59584c375f
commit
645d057620
|
@ -103,4 +103,4 @@ relink:
|
||||||
rm -f Xorg && $(MAKE) Xorg
|
rm -f Xorg && $(MAKE) Xorg
|
||||||
|
|
||||||
xorg.conf.example.pre: xorgconf.cpp
|
xorg.conf.example.pre: xorgconf.cpp
|
||||||
cp xorgconf.cpp $@
|
cp $(srcdir)/xorgconf.cpp $@
|
||||||
|
|
Loading…
Reference in New Issue