[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:
Bill Wendling 2002-03-08 13:34:25 -05:00
parent 877defd1bb
commit 918cc351d2

View File

@ -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