mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files.
llvm-svn: 11763
This commit is contained in:
parent
13ca0bda3f
commit
df2b904403
@ -445,7 +445,10 @@ AC_DEFINE_UNQUOTED(SHLIBEXT,"$SHLIBEXT",
|
||||
[Extension that shared libraries have, e.g., ".so".])
|
||||
|
||||
dnl Create the output files
|
||||
AC_OUTPUT(Makefile.config include/Support/iterator)
|
||||
AC_OUTPUT(Makefile.config
|
||||
include/Support/iterator
|
||||
include/Support/hash_map
|
||||
include/Support/hash_set)
|
||||
|
||||
dnl Warn loudly if llvm-gcc was not obviously working
|
||||
if test $llvmgccwarn = yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user