summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-05 11:21:50 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-02-05 11:21:50 +0000
commit55d54ea045b0586471b44c4a01f409b99e0a105a (patch)
treec6d929d6690940e4a9770ab14fc4df2a50d24806 /Makefile.in
parent58908fc82af48fac78343a344c3043c1cc420389 (diff)
downloadlibapr-55d54ea045b0586471b44c4a01f409b99e0a105a.tar.gz
* Makefile.in: Use portable make syntax.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6c92393f1..12944caed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -98,10 +98,10 @@ $(TARGET_LIB): $(OBJECTS)
$(LINK) @lib_target@ $(ALL_LIBS)
exports.c: $(HEADERS)
- $(AWK) -f $(top_srcdir)/build/make_exports.awk $^ > $@
+ $(AWK) -f $(top_srcdir)/build/make_exports.awk $(HEADERS) > $@
export_vars.h: $(HEADERS)
- $(AWK) -f $(top_srcdir)/build/make_var_export.awk $^ > $@
+ $(AWK) -f $(top_srcdir)/build/make_var_export.awk $(HEADERS) > $@
apr.exp: exports.c export_vars.h
@echo "#! lib@APR_LIBNAME@.so" > $@