summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-08-11 18:19:38 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-08-11 18:19:38 +0000
commit0489c5cff4b2f8c6c27df648ed80c6ff2e9917b9 (patch)
treea2a08d38aeb72093fdcc645bb244a371386b092d /test
parent55b1832d2c8840fc91d4b71d62c8421bba92b6e1 (diff)
downloadlibapr-0489c5cff4b2f8c6c27df648ed80c6ff2e9917b9.tar.gz
axe a mysterious rbb line that ignored user-specified CFLAGS when
building the test programs git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index f61f7d5f5..463ac1395 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -42,8 +42,6 @@ readchild@EXEEXT@
INCDIR=../include
INCLUDES=-I$(INCDIR)
-CFLAGS=$(MY_CFLAGS)
-
check: $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
for prog in $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE); do \
./$$prog; \