git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix Hurd build: typoes
[users/heiko/exim.git]
/
src
/
OS
/
Makefile-Base
diff --git
a/src/OS/Makefile-Base
b/src/OS/Makefile-Base
index 36af8308d05333cb6a43623c7a4bbb2a4373c130..1ab3ac35f36388a339ded06b53b2053612c4d950 100644
(file)
--- a/
src/OS/Makefile-Base
+++ b/
src/OS/Makefile-Base
@@
-644,7
+644,8
@@
HDRS = blob.h \
mytypes.h \
sha_ver.h \
structs.h \
mytypes.h \
sha_ver.h \
structs.h \
- os.h
+ os.h \
+ osfunctions.h
PHDRS = ../config.h \
../dbfunctions.h \
../dbstuff.h \
PHDRS = ../config.h \
../dbfunctions.h \
../dbstuff.h \
@@
-655,7
+656,8
@@
PHDRS = ../config.h \
../macros.h \
../mytypes.h \
../structs.h \
../macros.h \
../mytypes.h \
../structs.h \
- ../os.h
+ ../os.h \
+ ../osfunctions.h
.SUFFIXES: .o .c
.c.o:; @echo "$(CC) $*.c"
.SUFFIXES: .o .c
.c.o:; @echo "$(CC) $*.c"