diff options
author | Ken Foskey <waratah@openoffice.org> | 2002-10-03 11:59:49 +0000 |
---|---|---|
committer | Ken Foskey <waratah@openoffice.org> | 2002-10-03 11:59:49 +0000 |
commit | a89a994d774f348527f5dc2d68ebbeb870bf3e4a (patch) | |
tree | 4e2e0c4d99668f73fe1ce3f9bdf2bb1f35473ee3 /dmake/configure | |
parent | fa2027fb0ac817455bb289345c369f8dbc378ee2 (diff) |
dmake: remove cygwin makefile temporarily and implement depcomp
Diffstat (limited to 'dmake/configure')
-rwxr-xr-x | dmake/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/configure b/dmake/configure index 3ff6c6846ced..f109701f9150 100755 --- a/dmake/configure +++ b/dmake/configure @@ -2338,7 +2338,7 @@ ac_given_INSTALL="$INSTALL" trap 'rm -fr `echo "Makefile unix/Makefile startup/Makefile startup/unix/Makefile \ startup/unix/linux/Makefile startup/unix/solaris/Makefile \ - startup/unix/macosx/Makefile startup/unix/cygwin/Makefile dmakeroot.h " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + startup/unix/macosx/Makefile dmakeroot.h " | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <<EOF @@ -2446,7 +2446,7 @@ cat >> $CONFIG_STATUS <<EOF CONFIG_FILES=\${CONFIG_FILES-"Makefile unix/Makefile startup/Makefile startup/unix/Makefile \ startup/unix/linux/Makefile startup/unix/solaris/Makefile \ - startup/unix/macosx/Makefile startup/unix/cygwin/Makefile dmakeroot.h "} + startup/unix/macosx/Makefile dmakeroot.h "} EOF cat >> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then @@ -2558,6 +2558,7 @@ chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 +### startup/unix/macosx/Makefile startup/unix/cygwin/Makefile dmakeroot.h ) |