diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:10:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:10:29 +0000 |
commit | 5f64e4ad33412db1693b9037c8e05fddbd4d3de6 (patch) | |
tree | 76a0e3696ee66120b09e83093b1db870020026f2 /dmake/startup | |
parent | 1ddd8a87daedef08c88fb5db48c294a3174cf585 (diff) |
INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/06/04 18:07:37 vq 1.2.80.2: #i39248# Add another testcase.
2005/04/16 22:53:17 vq 1.2.80.1: #i47578# Install startup/config.mk instead of the unused startup/template.mk.
Diffstat (limited to 'dmake/startup')
-rwxr-xr-x | dmake/startup/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dmake/startup/Makefile.am b/dmake/startup/Makefile.am index 099a4c82467b..ca907266c38b 100755 --- a/dmake/startup/Makefile.am +++ b/dmake/startup/Makefile.am @@ -1,9 +1,7 @@ startupdir = $(datadir)/startup -startup_DATA = startup.mk template.mk +startup_DATA = startup.mk config.mk -#SUBDIRS = mac msdos os2 qssl unix win95 winnt +DIST_SUBDIRS = unix winnt SUBDIRS = @OS_TYPE@ - - |