summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-09-21 18:02:45 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-09-21 18:02:45 +0000
commit1ab02ac18c726afc65baebc1b80d8c54e872a0c8 (patch)
tree87d682779788eb90bcd8399d2c1ae65d7ab90225 /regress/libexec/ld.so
parent52f2f5361147420d41f61792c9034aba622f2f62 (diff)
more main.C -> main.c
Diffstat (limited to 'regress/libexec/ld.so')
-rw-r--r--regress/libexec/ld.so/dlopen/prog4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/dlopen/prog4/Makefile b/regress/libexec/ld.so/dlopen/prog4/Makefile
index f713f9ecf9c..b145a9440f5 100644
--- a/regress/libexec/ld.so/dlopen/prog4/Makefile
+++ b/regress/libexec/ld.so/dlopen/prog4/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2005/09/17 02:58:54 drahn Exp $
+# $OpenBSD: Makefile,v 1.2 2005/09/21 18:02:44 drahn Exp $
.include <bsd.obj.mk>
PROG=prog4
-SRCS=main.C
+SRCS=main.c
AA_DIR=${.CURDIR}/../libaa
AA_OBJDIR!= if [ -d $(AA_DIR)/${__objdir} ]; then \