Dmitry V. Levin
370eb16ed2
There is an ambiguousness in *_printer_defs.h rules definition: $ grep '^[^ ]*_defs\.h: ' Makefile.am m%_defs.h: $(srcdir_mpers_source_files) %_printer_defs.h: $(srcdir_mpers_source_files) While it appears to work with GNU make, it has to be fixed nevertheless. * Makefile.am (m%_defs.h): Rename to m%_type_defs.h. (mpers_m32_targets): Rename m32_defs.h to m32_type_defs.h. (mpers_mx32_targets): Rename mx32_defs.h to mx32_type_defs.h. * mpers_type.h: Rename m32_defs.h to m32_type_defs.h, mx32_defs.h to mx32_type_defs.h. * .gitignore: Likewise. Reported-by: Elliott Hughes <enh@google.com>
67 lines
727 B
Plaintext
67 lines
727 B
Plaintext
*~
|
|
*.o
|
|
.deps
|
|
.libs
|
|
.version
|
|
.*.swp
|
|
*.gdb
|
|
core
|
|
.gdbinit
|
|
.gdb_history
|
|
|
|
/ChangeLog
|
|
/CREDITS
|
|
|
|
Makefile
|
|
Makefile.in
|
|
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/compile
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
/stamp-h1
|
|
|
|
/*.gdb
|
|
/strace
|
|
/test-driver
|
|
|
|
/ioctlent[012].h
|
|
/ioctls_all[012].h
|
|
/ioctlsort[012]
|
|
|
|
/sen.h
|
|
/sys_func.h
|
|
|
|
/strace-*.tar.xz
|
|
|
|
/tests-m32
|
|
/tests-mx32
|
|
|
|
/libmpers-m32.a
|
|
/libmpers-mx32.a
|
|
/m32_funcs.h
|
|
/m32_printer_decls.h
|
|
/m32_printer_defs.h
|
|
/m32_type_defs.h
|
|
/mpers-m32
|
|
/mpers-m32.stamp
|
|
/mpers-mx32
|
|
/mpers-mx32.stamp
|
|
/mpers.am
|
|
/mx32_funcs.h
|
|
/mx32_printer_decls.h
|
|
/mx32_printer_defs.h
|
|
/mx32_type_defs.h
|
|
/native_printer_decls.h
|
|
/native_printer_defs.h
|
|
/printers.h
|