mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 09:18:18 +02:00
More automake 1.7 braindamage: use mkdir -p, not .
This commit is contained in:
parent
151ba8b67f
commit
e7007f7d51
2 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,9 @@
|
|||
Work around automake-1.7 braindamage by providing an explicit rule
|
||||
for XOrgCfg.
|
||||
|
||||
* hw/xfree86/Makefile.am:
|
||||
More automake 1.7 braindamage: use mkdir -p, not $(mkdir_p).
|
||||
|
||||
2005-10-17 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* configure.ac: Fix whitespace in AS_HELP_STRING uses, convert
|
||||
|
|
|
|||
|
|
@ -57,8 +57,9 @@ os-support/solaris/solaris-$(SOLARIS_INOUT_ARCH).il:
|
|||
cd os-support/solaris ; make solaris-$(SOLARIS_INOUT_ARCH).il
|
||||
endif
|
||||
|
||||
# do not use $(mkdir_p) if you want automake 1.7 to work
|
||||
install-data-local:
|
||||
$(mkdir_p) $(DESTDIR)$(logdir)
|
||||
mkdir -p $(DESTDIR)$(logdir)
|
||||
|
||||
|
||||
install-exec-local:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue