summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-05-08 23:19:15 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-05-08 23:19:15 (GMT)
commitc390d06017bb7700f116b4d7523d586f5f9e6a9a (patch)
treef6871a9f2bd4c870120d8cbd27038dd95997894c /examples
parent6af5ba7c56b5af9ba9fe168c8d5889cdf2ad9433 (diff)
downloadhdf5-c390d06017bb7700f116b4d7523d586f5f9e6a9a.zip
hdf5-c390d06017bb7700f116b4d7523d586f5f9e6a9a.tar.gz
hdf5-c390d06017bb7700f116b4d7523d586f5f9e6a9a.tar.bz2
[svn-r6842] Purpose:
Code Cleanup Description: Warning messages were being produced by the "make" program because the "docdir" was being specified twice as a target in the generated Makefiles. This is because the "EXAMPLESDIR" was also defined as "docdir". Solution: Made "EXAMPLESDIR" unique for C, Fortran, and C++ in the commence.in file and removed EXAMPLESDIR from the Makefile.ins Platforms tested: Dangermouse (only affects make system, not code). Misc. update:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index b9bd4ba..7e9a0c1 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -17,8 +17,6 @@ top_builddir=..
srcdir=@srcdir@
@COMMENCE@
-EXAMPLEDIR=$(docdir)/hdf5/examples/c
-
## Replace building CC with the just installed h5cc
CC=$(bindir)/h5cc
CPPFLAGS=-I. -I$(srcdir)