summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/Posix.mk.in2
-rw-r--r--mk/VMS.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/mk/Posix.mk.in b/mk/Posix.mk.in
index d3101700..a0d12ed6 100644
--- a/mk/Posix.mk.in
+++ b/mk/Posix.mk.in
@@ -20,7 +20,7 @@
# Very little is needed here since the default Basic.mk assumes POSIX
-prog_SOURCES += $(posix_SOURCES)
+prog_SOURCES += $(src)/posixos.c
extra_CPPFLAGS += @GUILE_CFLAGS@
extra_LDFLAGS += @AM_LDFLAGS@
diff --git a/mk/VMS.mk b/mk/VMS.mk
index 5002a5ac..b4d982ad 100644
--- a/mk/VMS.mk
+++ b/mk/VMS.mk
@@ -93,5 +93,5 @@ define CLEANSPACE
endef
-$(OUTDIR)$(src)config.h: $(SRCDIR)$(src)config.h.W32
+$(OUTDIR)$(src)config.h: $(SRCDIR)$(src)config.h-vms
$(call CP.cmd,$<,$@)