Skip to content

Commit f036a7f

Browse files
committed
WIP
1 parent f6eb913 commit f036a7f

File tree

219 files changed

+7284
-4230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+7284
-4230
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Original Change log for the dmake version that was hosted on the OpenOffice.org
200200
* msdos/runargv.c, tests/recipes-9, unix/runargv.c:
201201

202202
#i80598# Always issue a warning if the actual execution of a recipe line
203-
(this does not include sucessfully executed, but failing programs) fails.
203+
(this does not include successfully executed, but failing programs) fails.
204204

205205
2007-09-24 17:45 vq
206206

Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dmake_SOURCES = \
3535
dmdump.c macparse.c rulparse.c percent.c function.c
3636

3737
# set the include path found by configure
38-
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
38+
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \
3939
-I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
4040

4141
if DBUG
@@ -45,7 +45,7 @@ endif
4545
if OSTYPEUNIX
4646
dmake_SOURCES += unix/arlib.c unix/dcache.c unix/dirbrk.c unix/rmprq.c\
4747
unix/ruletab.c unix/runargv.c unix/tempnam.c
48-
INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \
48+
AM_CPPFLAGS += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@/gnu \
4949
-I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ \
5050
-I$(top_srcdir)/@OS_TYPE@
5151
endif
@@ -54,9 +54,9 @@ if OSTYPEWIN32
5454
dmake_SOURCES += win95/dchdir.c win95/switchar.c \
5555
msdos/dstrlwr.c msdos/arlib.c \
5656
msdos/dirbrk.c unix/runargv.c \
57-
unix/rmprq.c \
57+
unix/rmprq.c unix/dcache.c \
5858
win95/microsft/ruletab.c
59-
INCLUDES += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
59+
AM_CPPFLAGS += -I$(top_srcdir)/@OS_TYPE@/@OS_VERSION@ -I$(top_srcdir)/@OS_TYPE@
6060
endif
6161

6262
SUBDIRS = startup tests

0 commit comments

Comments
 (0)