diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-06-13 12:34:06 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-06-13 12:34:06 +0000 |
commit | 47b5dc877c5bd9cd8241534a8b6d6a2ed16da7ce (patch) | |
tree | 6e556bdceab25c667850c73805f6e91542ed2f93 /dmake/Makefile.am | |
parent | 28004ba2af44afb28e78a2a00366f8c3fa53d105 (diff) |
add: OS_VERSION to differ the Unix's
Diffstat (limited to 'dmake/Makefile.am')
-rwxr-xr-x | dmake/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/Makefile.am b/dmake/Makefile.am index 8716d13afbee..b7dce4b48374 100755 --- a/dmake/Makefile.am +++ b/dmake/Makefile.am @@ -2,9 +2,9 @@ # # $RCSfile: Makefile.am,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mh $ $Date: 2001-05-04 10:47:49 $ +# last change: $Author: mh $ $Date: 2001-06-13 13:34:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,6 +79,6 @@ EXTRA_DIST = make.c bin_PROGRAMS = dmake # set the include path found by configure -INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/linux -I$(top_srcdir)/unix -I$(top_srcdir)/unix/linux/gnu +INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/unix/@OS_VERSION@ -I$(top_srcdir)/unix -I$(top_srcdir)/unix/@OS_VERSION@/gnu |