summaryrefslogtreecommitdiff
path: root/project/pyexts.c
diff options
context:
space:
mode:
Diffstat (limited to 'project/pyexts.c')
-rw-r--r--project/pyexts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/pyexts.c b/project/pyexts.c
index 5048ffe..be4329b 100644
--- a/project/pyexts.c
+++ b/project/pyexts.c
@@ -249,7 +249,7 @@ int main(int argc, char ** argv)
for (parg=p->srcs; *parg; parg++)
printf("PYEXT_%s_SRCS%s+= "
- "Modules/%s.c\n",
+ "pyext/obj/%s.c\n",
uname,dtab,*parg);
printf("\n");