diff options
author | Chris Halls <haggai@openoffice.org> | 2002-10-04 13:01:01 +0000 |
---|---|---|
committer | Chris Halls <haggai@openoffice.org> | 2002-10-04 13:01:01 +0000 |
commit | c5a5c6be22bba4052480134cb3219af743371462 (patch) | |
tree | bd57727728cf9dbec65ea03e21d194c030732045 /dmake/startup/unix | |
parent | c52e65d4c790b252c7c03dcc34312e47dc95fcda (diff) |
Fix build for OSF1. Approved by Ken.
Diffstat (limited to 'dmake/startup/unix')
-rwxr-xr-x | dmake/startup/unix/sysvr4/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dmake/startup/unix/sysvr4/Makefile.am b/dmake/startup/unix/sysvr4/Makefile.am new file mode 100755 index 000000000000..6c1b9590f54e --- /dev/null +++ b/dmake/startup/unix/sysvr4/Makefile.am @@ -0,0 +1,6 @@ + +startupdir = $(datadir)/startup/unix/sysvr4 + +startup_DATA = macros.mk + + |