mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-20 22:25:21 +00:00
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:
parent
74a2dd7b77
commit
ab59ae3519
@ -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>
|
||||
|
||||
* thread.h: Fix type for struct thread_master add_type: should be
|
||||
|
@ -29,5 +29,5 @@ pkginclude_HEADERS = \
|
||||
|
||||
EXTRA_DIST = regex.c regex-gnu.h memtypes.awk
|
||||
|
||||
memtypes.h: memtypes.c memtypes.awk
|
||||
($(GAWK) -f memtypes.awk memtypes.c > memtypes.h)
|
||||
memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk
|
||||
($(GAWK) -f $(srcdir)/memtypes.awk $(srcdir)memtypes.c > memtypes.h)
|
||||
|
Loading…
Reference in New Issue
Block a user