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/configure.in | |
parent | c52e65d4c790b252c7c03dcc34312e47dc95fcda (diff) |
Fix build for OSF1. Approved by Ken.
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-x | dmake/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index 48fc8d80ed7e..6c5e0b669d47 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -97,8 +97,9 @@ AM_CONFIG_HEADER(config.h) AC_OUTPUT(Makefile unix/Makefile startup/Makefile startup/unix/Makefile \ startup/unix/linux/Makefile startup/unix/solaris/Makefile \ - startup/unix/macosx/Makefile dmakeroot.h ) -### startup/unix/macosx/Makefile startup/unix/cygwin/Makefile dmakeroot.h ) + startup/unix/macosx/Makefile startup/unix/sysvr4/Makefile \ + dmakeroot.h ) +### startup/unix/cygwin/Makefile ) dnl ****************************** dnl *** output the whole stuff *** |