summaryrefslogtreecommitdiff
path: root/dmake
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
parentc52e65d4c790b252c7c03dcc34312e47dc95fcda (diff)
Fix build for OSF1. Approved by Ken.
Diffstat (limited to 'dmake')
-rwxr-xr-xdmake/configure.in5
-rwxr-xr-xdmake/startup/unix/sysvr4/Makefile.am6
2 files changed, 9 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 ***
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
+
+