aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6daff1d4..8053f704 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ X_FILES = $(SCM_C_FILES:.scm.c=.x)
.SECONDARY: $(X_FILES)
-O_FILES = $(addprefix obj/,$(C_FILES:.c=.o))
+O_FILES = $(C_FILES:%.c=obj/%.o)
all: parse libguile-calendar.so