mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2025-02-20 00:32:33 +00:00
Oops, depmod should be depcomp
This commit is contained in:
parent
881b400b10
commit
358d1998b7
@ -1,5 +1,5 @@
|
||||
SUBDIRS=doc include src aserver test utils
|
||||
EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool depmod version
|
||||
EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool depcomp version
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
|
||||
|
@ -5,7 +5,7 @@ libtoolize --force --copy --automake
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
touch depmod # seems to be missing for old automake
|
||||
touch depcomp # seems to be missing for old automake
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user