mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r5053] Purpose:
Bug-ish Fix Description: "make check" would barf in this directory since there's not a "check:" target. Solution: Added a ".PHONY" entry so that "make checks" and the like won't barf when they enter the pablo directory. Platforms tested: Linux
This commit is contained in:
parent
877defd1bb
commit
918cc351d2
@ -147,10 +147,10 @@ distclean: clean
|
||||
maintainer-clean: distclean
|
||||
$(RM) *~ core core.* *.core *.bak *.contrib gmon.out
|
||||
|
||||
|
||||
.c.lo:
|
||||
@$(LT_COMPILE) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$*.c $<
|
||||
|
||||
.PHONY: all progs test _test check dep depend
|
||||
|
||||
PABLO_INCLUDES=HDFentryNames.h HDFidList.h ProcIDs.h HDFTrace.h ProcTrace.h \
|
||||
ProcTrace.inc
|
||||
|
Loading…
Reference in New Issue
Block a user