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.in | |
parent | fa2027fb0ac817455bb289345c369f8dbc378ee2 (diff) |
dmake: remove cygwin makefile temporarily and implement depcomp
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-x | dmake/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index 9f2e2edbd14b..182cf81dc543 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -95,7 +95,8 @@ AC_SUBST(OS_VERSION) AC_OUTPUT(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 ) +### startup/unix/macosx/Makefile startup/unix/cygwin/Makefile dmakeroot.h ) dnl ****************************** dnl *** output the whole stuff *** |