mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
Yet again try to fix the creation of necessary directories when srcdir !=
builddir. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1413 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0ef2d7eb77
commit
0a37ec28ff
1 changed files with 3 additions and 3 deletions
|
|
@ -1006,9 +1006,9 @@ EXTRA_DIST += $(SYMDEF_FILES)
|
||||||
BUILT_SOURCES += $(SYMDEF_FILES)
|
BUILT_SOURCES += $(SYMDEF_FILES)
|
||||||
|
|
||||||
$(SYMDEF_FILES): modules/module-defs.h.m4
|
$(SYMDEF_FILES): modules/module-defs.h.m4
|
||||||
mkdir modules
|
-mkdir modules
|
||||||
mkdir modules/gconf
|
-mkdir modules/gconf
|
||||||
mkdir modules/rtp
|
-mkdir modules/rtp
|
||||||
$(M4) -Dfname="$@" $< > $@
|
$(M4) -Dfname="$@" $< > $@
|
||||||
|
|
||||||
# Simple protocol
|
# Simple protocol
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue