mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r5002]
Purpose: Bug Fix Description: C++ examples weren't being removed. Solution: We were trying to remove something called "EXAMPLE_DOCS", but we needed to remove "EXAMPLE_PROGS" instead. Platforms tested: Linux
This commit is contained in:
parent
d8266790ec
commit
2413afaf17
@ -100,7 +100,7 @@ install-examples: $(EXAMPLE_PROGS) $(EXAMPLEDIR)
|
||||
|
||||
uninstall-examples:
|
||||
@if test -n "$(EXAMPLE_PROGS)"; then \
|
||||
set -x; cd $(EXAMPLEDIR) && $(RM) $(EXAMPLE_DOCS); \
|
||||
set -x; cd $(EXAMPLEDIR) && $(RM) $(EXAMPLE_PROGS); \
|
||||
fi
|
||||
|
||||
## Removes those things that `make install' (would have) installed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user