fix stuff
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@619 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
2e7d96f495
commit
af8ba57e19
8 changed files with 114 additions and 22 deletions
|
|
@ -39,7 +39,8 @@ dnl
|
|||
ifdef([target],[],[define([target],esyscmd([uname -s | xargs printf '%s']))])dnl
|
||||
syscmd([test -f ]m4/ostype/target.m4)dnl
|
||||
ifelse(sysval,[0],[include(m4/ostype/target.m4)],[errprint([M4 for your target (]m4/ostype/target.m4[) was not found, please make one
|
||||
])m4exit(1)])dnl
|
||||
])m4exit(1)dnl
|
||||
])dnl
|
||||
dnl
|
||||
include(m4/toplevel/options.m4)dnl
|
||||
dnl
|
||||
|
|
@ -86,4 +87,4 @@ distclean: clean
|
|||
rm -f Makefile
|
||||
|
||||
clean:
|
||||
rm -f examples_targets */*.o */*/*.o */*/*/*.o
|
||||
rm -f examples_targets */*.o */*/*.o */*/*/*.o src/*.dll src/*.so src/*.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue