2005-04-25 Paul Jakma <paul.jakma@sun.com>

* Makefile.am: Refer to source files via srcdir variable, fix
	  out-of-tree build breakage.
This commit is contained in:
paul 2005-04-25 13:52:26 +00:00
parent 74a2dd7b77
commit ab59ae3519
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-04-25 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: Refer to source files via srcdir variable, fix
out-of-tree build breakage.
2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2005-04-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* thread.h: Fix type for struct thread_master add_type: should be * thread.h: Fix type for struct thread_master add_type: should be

View File

@ -29,5 +29,5 @@ pkginclude_HEADERS = \
EXTRA_DIST = regex.c regex-gnu.h memtypes.awk EXTRA_DIST = regex.c regex-gnu.h memtypes.awk
memtypes.h: memtypes.c memtypes.awk memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk
($(GAWK) -f memtypes.awk memtypes.c > memtypes.h) ($(GAWK) -f $(srcdir)/memtypes.awk $(srcdir)memtypes.c > memtypes.h)