summaryrefslogtreecommitdiff
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorChris Halls <haggai@openoffice.org>2002-10-04 13:01:01 +0000
committerChris Halls <haggai@openoffice.org>2002-10-04 13:01:01 +0000
commitc5a5c6be22bba4052480134cb3219af743371462 (patch)
treebd57727728cf9dbec65ea03e21d194c030732045 /dmake/configure.in
parentc52e65d4c790b252c7c03dcc34312e47dc95fcda (diff)
Fix build for OSF1. Approved by Ken.
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-xdmake/configure.in5
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 ***